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

This commit is contained in:
ligi 2023-02-23 15:08:55 +00:00
parent 58e081d133
commit dfd6f5780a
8 changed files with 68 additions and 4 deletions

File diff suppressed because one or more lines are too long

27
chains/eip155-84531.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -7915,6 +7915,19 @@
"rpc": ["https://matic-mumbai.chainstacklabs.com", "https://rpc-mumbai.maticvigil.com", "https://matic-testnet-archive-rpc.bwarelabs.com"],
"faucets": ["https://faucet.polygon.technology/"],
"infoURL": "https://polygon.technology/"
}, {
"name": "Base Goerli Testnet",
"chainId": 84531,
"shortName": "basegor",
"networkId": 84531,
"nativeCurrency": {
"name": "Goerli Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://goerli.base.org"],
"faucets": ["https://www.coinbase.com/faucets/base-ethereum-goerli-faucet"],
"infoURL": "https://base.org"
}, {
"name": "Chiliz Scoville Testnet",
"chainId": 88880,

View File

@ -11796,6 +11796,29 @@
"url": "https://mumbai.polygonscan.com",
"standard": "EIP3091"
}]
}, {
"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"
}]
}, {
"name": "Chiliz Scoville Testnet",
"chain": "CHZ",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -608,6 +608,7 @@
"firenze": "eip155:78110",
"STANDt": "eip155:79879",
"maticmum": "eip155:80001",
"basegor": "eip155:84531",
"chz": "eip155:88880",
"ivar": "eip155:88888",
"bvhl": "eip155:90210",