Deploying to gh-pages from @ ethereum-lists/chains@d47634d5c8 🚀

This commit is contained in:
ligi 2023-02-24 08:40:36 +00:00
parent dfd6f5780a
commit 558d08ee49
8 changed files with 49 additions and 4 deletions

File diff suppressed because one or more lines are too long

16
chains/eip155-8453.json Normal file
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"
}

File diff suppressed because one or more lines are too long

View File

@ -5965,6 +5965,19 @@
"rpc": ["https://www.krotho-test.net"],
"faucets": [],
"infoURL": "https://www.kortho.io/"
}, {
"name": "Base",
"chainId": 8453,
"shortName": "base",
"networkId": 8453,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": [],
"faucets": [],
"infoURL": "https://base.org"
}, {
"name": "Toki Network",
"chainId": 8654,

View File

@ -8834,6 +8834,21 @@
"shortName": "Kortho",
"chainId": 8285,
"networkId": 8285
}, {
"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"
}, {
"name": "Toki Network",
"chain": "TOKI",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -458,6 +458,7 @@
"Cypress": "eip155:8217",
"BTON": "eip155:8272",
"Kortho": "eip155:8285",
"base": "eip155:8453",
"toki": "eip155:8654",
"toki-testnet": "eip155:8655",
"olo": "eip155:8723",