Skip to content

Commit

Permalink
fixed validation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alinobrasil committed Feb 4, 2025
1 parent f5d5108 commit e6c303c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.34",
"version": "0.6.35",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/berachain.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"firehose": {
"blockType": "sf.ethereum.type.v2.Block",
"evmExtendedModel": false,
"evmExtendedModel": true,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
},
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/joc-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"caip2Id": "eip155:10081",
"graphNode": { "protocol": "ethereum" },
"explorerUrls": ["https://explorer.testnet.japanopenchain.org"],
"rpcUrls": ["https://rpc-1.japanopenchain.org:8545"],
"rpcUrls": ["https://rpc-1.testnet.japanopenchain.org:8545"],
"apiUrls": [
{
"url": "https://explorer.testnet.japanopenchain.org/api",
Expand Down

0 comments on commit e6c303c

Please sign in to comment.