Skip to content

Commit b25af50

Browse files
authored
feat: Add support to base and base-sepolia. (#34)
1 parent 4de1702 commit b25af50

5 files changed

Lines changed: 177 additions & 118 deletions

File tree

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ CHAIN_ID="11155111"
99
# RPC_URL_31337=
1010
# RPC_URL_10=
1111
# RPC_URL_11155420=
12+
# RPC_URL_8453=
13+
# RPC_URL_84532=
1214
# NORMALLY FOR USE WITH LOCAL/DEV
1315
# GENESIS_BLOCK_31337=22
1416
# BLOCK_CONFIRMATIONS_31337=1

package-lock.json

Lines changed: 21 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"serve:prod": "node deploy/run --npmScriptName=sqd:graphql:prod"
3232
},
3333
"dependencies": {
34-
"@cartesi/rollups": "1.2.0",
35-
"@subsquid/archive-registry": "^3.2.0",
34+
"@cartesi/rollups": "1.4.0",
3635
"@subsquid/evm-processor": "^1.4.0",
3736
"@subsquid/file-store": "^2.0.0",
3837
"@subsquid/graphql-server": "^4.2.0",

0 commit comments

Comments
 (0)