Skip to content

Commit

Permalink
feat: Add support to base and base-sepolia. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomenezes authored Jun 17, 2024
1 parent 4de1702 commit b25af50
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 118 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ CHAIN_ID="11155111"
# RPC_URL_31337=
# RPC_URL_10=
# RPC_URL_11155420=
# RPC_URL_8453=
# RPC_URL_84532=
# NORMALLY FOR USE WITH LOCAL/DEV
# GENESIS_BLOCK_31337=22
# BLOCK_CONFIRMATIONS_31337=1
131 changes: 21 additions & 110 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"serve:prod": "node deploy/run --npmScriptName=sqd:graphql:prod"
},
"dependencies": {
"@cartesi/rollups": "1.2.0",
"@subsquid/archive-registry": "^3.2.0",
"@cartesi/rollups": "1.4.0",
"@subsquid/evm-processor": "^1.4.0",
"@subsquid/file-store": "^2.0.0",
"@subsquid/graphql-server": "^4.2.0",
Expand Down
Loading

0 comments on commit b25af50

Please sign in to comment.