chains/_data/chains/eip155-84531.json
Brian Armstrong defd37cb65
Add Base testnet chain definition (#2318)
* Add Base testnet chain definition

* Add explorers and prettier format

---------

Co-authored-by: Andrew Flockhart <andrewbflockhart@gmail.com>
2023-02-23 16:02:46 +01:00

28 lines
612 B
JSON

{
"name": "Base Goerli Testnet",
"chain": "ETH",
"rpc": ["https://goerli.base.org"],
"faucets": ["https://www.coinbase.com/faucets/base-ethereum-goerli-faucet"],
"nativeCurrency": {
"name": "Goerli Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://base.org",
"shortName": "basegor",
"chainId": 84531,
"networkId": 84531,
"explorers": [
{
"name": "basescan",
"url": "https://goerli.basescan.org",
"standard": "none"
},
{
"name": "basescout",
"url": "https://base-goerli.blockscout.com",
"standard": "none"
}
]
}