mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
9347b910b6
commit
defd37cb65
27
_data/chains/eip155-84531.json
Normal file
27
_data/chains/eip155-84531.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user