Skip to content

Commit

Permalink
Merge pull request #3 from mrsuttton/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance authored Aug 4, 2022
2 parents ea94048 + b48b4f1 commit 05f167b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"4": {
"apiRoute": "api?module=contract&action=getabi",
"baseUrl": "https://rinkeby.etherscan.io",
"baseUrl": "https://api-rinkeby.etherscan.io",
"name": "rinkeby"
},
"10":{
Expand All @@ -21,7 +21,7 @@
},
"97": {
"apiRoute": "api?module=contract&action=getabi",
"baseUrl": "https://testnet.bscscan.com",
"baseUrl": "https://api-testnet.bscscan.com",
"name": "binance-testnet"
},
"137": {
Expand All @@ -36,7 +36,7 @@
},
"43113": {
"apiRoute": "api?module=contract&action=getabi",
"baseUrl": "https://testnet.snowtrace.io",
"baseUrl": "https://api-testnet.snowtrace.io",
"name": "avalanche-testnet"
},
"43114": {
Expand All @@ -46,7 +46,7 @@
},
"80001": {
"apiRoute": "api?module=contract&action=getabi",
"baseUrl": "https://mumbai.polygonscan.com",
"baseUrl": "https://api-testnet.polygonscan.com",
"name": "polygon-testnet"
}
}

0 comments on commit 05f167b

Please sign in to comment.