Add Base mainnet definition (#2320)

* Add Base mainnet definition

* Adding status: incubating
This commit is contained in:
Andrew Flockhart 2023-02-24 03:34:41 -05:00 committed by GitHub
parent defd37cb65
commit d47634d5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
{
"name": "Base",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://base.org",
"shortName": "base",
"chainId": 8453,
"networkId": 8453,
"status": "incubating"
}