File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ ROOTSTOCK_API_KEY=
12
12
# REQUEST_DELAY=500 # How many ms to wait before making a request to RPC (useful for free plans)
13
13
# BATCH_SIZE=2000 # How many blocks to fetch at once (some providers have limits)
14
14
15
- # Sepolia
16
- CHAIN_ID = 11155111
15
+ # Rootstock Testnet
16
+ CHAIN_ID = 31
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ ROOTSTOCK_API_KEY=
28
28
#REQUEST_DELAY=500 # How many ms to wait before making a request to RPC (useful for free plans)
29
29
#BATCH_SIZE=2000 # How many blocks to fetch at once (some providers have limits)
30
30
31
- # Sepolia
32
- CHAIN_ID=11155111
31
+ # Rootstock Tesnet
32
+ CHAIN_ID=31
33
33
```
34
34
Here you'll want to set ` CHAIN_ID ` to the chain you want to index. Make sure that ` CHAIN_ID ` has an associated
35
35
config defined as an entry on ` EAS_CHAIN_CONFIGS ` in ` utils.ts ` .
You can’t perform that action at this time.
0 commit comments