Skip to content

Commit defd37c

Browse files
barmstrongaflock
andauthored
Add Base testnet chain definition (ethereum-lists#2318)
* Add Base testnet chain definition * Add explorers and prettier format --------- Co-authored-by: Andrew Flockhart <[email protected]>
1 parent 9347b91 commit defd37c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

_data/chains/eip155-84531.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "Base Goerli Testnet",
3+
"chain": "ETH",
4+
"rpc": ["https://goerli.base.org"],
5+
"faucets": ["https://www.coinbase.com/faucets/base-ethereum-goerli-faucet"],
6+
"nativeCurrency": {
7+
"name": "Goerli Ether",
8+
"symbol": "ETH",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://base.org",
12+
"shortName": "basegor",
13+
"chainId": 84531,
14+
"networkId": 84531,
15+
"explorers": [
16+
{
17+
"name": "basescan",
18+
"url": "https://goerli.basescan.org",
19+
"standard": "none"
20+
},
21+
{
22+
"name": "basescout",
23+
"url": "https://base-goerli.blockscout.com",
24+
"standard": "none"
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)