mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@defd37cb65 🚀
This commit is contained in:
parent
58e081d133
commit
dfd6f5780a
File diff suppressed because one or more lines are too long
27
chains/eip155-84531.json
Normal file
27
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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user