Skip to content

Commit 663355b

Browse files
Merge pull request #2 from rsksmart/feat/update-readme
Update Readme
2 parents b258f6f + 861251e commit 663355b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ ROOTSTOCK_API_KEY=
1212
#REQUEST_DELAY=500 # How many ms to wait before making a request to RPC (useful for free plans)
1313
#BATCH_SIZE=2000 # How many blocks to fetch at once (some providers have limits)
1414

15-
# Sepolia
16-
CHAIN_ID=11155111
15+
# Rootstock Testnet
16+
CHAIN_ID=31

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ ROOTSTOCK_API_KEY=
2828
#REQUEST_DELAY=500 # How many ms to wait before making a request to RPC (useful for free plans)
2929
#BATCH_SIZE=2000 # How many blocks to fetch at once (some providers have limits)
3030
31-
# Sepolia
32-
CHAIN_ID=11155111
31+
# Rootstock Tesnet
32+
CHAIN_ID=31
3333
```
3434
Here you'll want to set `CHAIN_ID` to the chain you want to index. Make sure that `CHAIN_ID` has an associated
3535
config defined as an entry on `EAS_CHAIN_CONFIGS` in `utils.ts`.

0 commit comments

Comments
 (0)