Skip to content

Commit 8dcaa3a

Browse files
Add network detail: introduce amoy & sepolia testnet (#20)
* add support for sepolia * update network detail for polygon
1 parent 7522b2b commit 8dcaa3a

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

info/networks.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
"accounts": ["<PRIVATE_KEY>"],
2424
"chainId": 5
2525
},
26+
"sepolia": {
27+
"url": "https://eth-sepolia.g.alchemy.com/v2/<ALCHEMY-PROJECT-ID>",
28+
"accounts": ["<PRIVATE_KEY>"],
29+
"chainId": 11155111
30+
},
2631
"bsc_test": {
2732
"url": "https://data-seed-prebsc-1-s1.binance.org:8545",
2833
"accounts": ["<PRIVATE_KEY>"],
@@ -33,12 +38,12 @@
3338
"accounts": ["<PRIVATE_KEY>"],
3439
"chainId": 56
3540
},
36-
"matic_mumbai_test": {
37-
"url": "https://polygon-mumbai.g.alchemy.com/v2/<ALCHEMY-PROJECT-ID>",
41+
"polygon_amoy": {
42+
"url": "https://polygon-amoy.g.alchemy.com/v2/<ALCHEMY-PROJECT-ID>",
3843
"accounts": ["<PRIVATE_KEY>"],
39-
"chainId": 80001
44+
"chainId": 80002
4045
},
41-
"matic": {
46+
"polygon": {
4247
"url": "https://polygon-rpc.com/",
4348
"accounts": ["<PRIVATE_KEY>"],
4449
"chainId": 137

0 commit comments

Comments
 (0)