@appliedblockchain/silentdatarollup-custom-rpc 1.0.6 → 1.0.7

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/dist/index.js +0 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -192,7 +192,6 @@ function validateAddress(signer, address) {
192
192
  }
193
193
  function validateMethodAccess(method, params, signer, headers) {
194
194
  switch (method) {
195
- case "eth_getTransactionCount":
196
195
  case "eth_getProof":
197
196
  if (!signer) {
198
197
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appliedblockchain/silentdatarollup-custom-rpc",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Custom RPC for Silent Data [Rollup]",
5
5
  "author": "Applied Blockchain",
6
6
  "homepage": "https://github.com/appliedblockchain/silent-data-rollup-providers#readme",
@@ -25,7 +25,7 @@
25
25
  "prepack": "npm run build"
26
26
  },
27
27
  "dependencies": {
28
- "@appliedblockchain/silentdatarollup-core": "1.0.6",
28
+ "@appliedblockchain/silentdatarollup-core": "1.0.7",
29
29
  "body-parser": "1.20.3",
30
30
  "dotenv": "16.4.7",
31
31
  "ethers": "6.13.2",