Add Base testnet chain definition (#2318)

* Add Base testnet chain definition

* Add explorers and prettier format

---------

Co-authored-by: Andrew Flockhart <andrewbflockhart@gmail.com>
This commit is contained in:
Brian Armstrong 2023-02-23 07:02:46 -08:00 committed by GitHub
parent 9347b910b6
commit defd37cb65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,27 @@
{
"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"
}
]
}