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

This commit is contained in:
ligi 2023-03-16 17:36:17 +00:00
parent 62fe44f728
commit e0eb1318b4
7 changed files with 58 additions and 3 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-33101.json Normal file
View 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

View File

@ -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,

View File

@ -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

View File

@ -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",