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@d72aece6d6 🚀
This commit is contained in:
parent
62fe44f728
commit
e0eb1318b4
File diff suppressed because one or more lines are too long
22
chains/eip155-33101.json
Normal file
22
chains/eip155-33101.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Zilliqa EVM Testnet",
|
||||
"chain": "ZIL",
|
||||
"rpc": ["https://dev-api.zilliqa.com"],
|
||||
"faucets": ["https://dev-wallet.zilliqa.com/faucet?network=testnet"],
|
||||
"nativeCurrency": {
|
||||
"name": "Zilliqa",
|
||||
"symbol": "ZIL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.zilliqa.com/",
|
||||
"shortName": "zil-testnet",
|
||||
"chainId": 33101,
|
||||
"networkId": 33101,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Zilliqa EVM Explorer",
|
||||
"url": "https://evmx.zilliqa.com",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -7382,6 +7382,19 @@
|
|||
"rpc": ["https://mainnet.fusionnetwork.io", "wss://mainnet.fusionnetwork.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://fusion.org"
|
||||
}, {
|
||||
"name": "Zilliqa EVM Testnet",
|
||||
"chainId": 33101,
|
||||
"shortName": "zil-testnet",
|
||||
"networkId": 33101,
|
||||
"nativeCurrency": {
|
||||
"name": "Zilliqa",
|
||||
"symbol": "ZIL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://dev-api.zilliqa.com"],
|
||||
"faucets": ["https://dev-wallet.zilliqa.com/faucet?network=testnet"],
|
||||
"infoURL": "https://www.zilliqa.com/"
|
||||
}, {
|
||||
"name": "Aves Mainnet",
|
||||
"chainId": 33333,
|
||||
|
|
|
@ -11003,6 +11003,25 @@
|
|||
"icon": "fsnscan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Zilliqa EVM Testnet",
|
||||
"chain": "ZIL",
|
||||
"rpc": ["https://dev-api.zilliqa.com"],
|
||||
"faucets": ["https://dev-wallet.zilliqa.com/faucet?network=testnet"],
|
||||
"nativeCurrency": {
|
||||
"name": "Zilliqa",
|
||||
"symbol": "ZIL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.zilliqa.com/",
|
||||
"shortName": "zil-testnet",
|
||||
"chainId": 33101,
|
||||
"networkId": 33101,
|
||||
"explorers": [{
|
||||
"name": "Zilliqa EVM Explorer",
|
||||
"url": "https://evmx.zilliqa.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Aves Mainnet",
|
||||
"chain": "AVS",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -567,6 +567,7 @@
|
|||
"filecoin-wallaby": "eip155:31415",
|
||||
"Brise": "eip155:32520",
|
||||
"fsn": "eip155:32659",
|
||||
"zil-testnet": "eip155:33101",
|
||||
"avs": "eip155:33333",
|
||||
"j2o": "eip155:35011",
|
||||
"q": "eip155:35441",
|
||||
|
|
Loading…
Reference in New Issue
Block a user