@appliedblockchain/silentdatarollup-ethers-provider-fireblocks 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Silent Data [Rollup] Providers - Ethers Provider Fireblocks Package
1
+ # Silent Data Providers - Ethers Provider Fireblocks Package
2
2
 
3
3
  ## Table of Contents
4
4
 
@@ -14,7 +14,7 @@
14
14
 
15
15
  ## Introduction
16
16
 
17
- Custom providers for Silent Data [Rollup], compatible with ethers.js for Fireblocks integration.
17
+ Custom providers for Silent Data, compatible with ethers.js for Fireblocks integration.
18
18
 
19
19
  ## Prerequisites
20
20
 
@@ -99,7 +99,7 @@ To enable debugging for the SilentData interceptor, you can set the following en
99
99
  DEBUG=fireblocks:web3-provider:silentdata-interceptor
100
100
  ```
101
101
 
102
- This will output debug information specific to the SilentData interceptor, helping you troubleshoot issues related to the Silent Data [Rollup] integration with Fireblocks.
102
+ This will output debug information specific to the SilentData interceptor, helping you troubleshoot issues related to the Silent Data integration with Fireblocks.
103
103
 
104
104
  ## Troubleshooting
105
105
 
@@ -115,7 +115,7 @@ This project is licensed under the [MIT License](LICENSE).
115
115
 
116
116
  ## Additional Resources
117
117
 
118
- - [Silent Data [Rollup] Documentation](https://docs.silentdata.com)
118
+ - [Silent Data Documentation](https://docs.silentdata.com)
119
119
  - [Ethers.js Documentation](https://docs.ethers.org/v6/)
120
120
  - [Fireblocks Developer Documentation](https://developers.fireblocks.com/api)
121
121
  - [Fireblocks Web3 Provider](https://developers.fireblocks.com/reference/evm-web3-provider)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appliedblockchain/silentdatarollup-ethers-provider-fireblocks",
3
- "version": "1.0.7",
4
- "description": "Ethers.js provider for Silent Data [Rollup] with Fireblocks integration",
3
+ "version": "1.0.8",
4
+ "description": "Ethers.js provider for Silent Data with Fireblocks integration",
5
5
  "author": "Applied Blockchain",
6
6
  "homepage": "https://github.com/appliedblockchain/silent-data-rollup-providers#readme",
7
7
  "keywords": [
@@ -32,7 +32,7 @@
32
32
  "prepack": "npm run build"
33
33
  },
34
34
  "dependencies": {
35
- "@appliedblockchain/silentdatarollup-core": "1.0.7",
35
+ "@appliedblockchain/silentdatarollup-core": "1.0.8",
36
36
  "@fireblocks/fireblocks-web3-provider": "1.3.8",
37
37
  "debug": "4.3.4",
38
38
  "ethers": "6.13.2"