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

This commit is contained in:
ligi 2023-04-19 16:47:57 +00:00
parent 4968feb16d
commit 697f4f2975
15 changed files with 186 additions and 43 deletions

View File

@ -1582,6 +1582,14 @@
"height": 2048, "height": 2048,
"format": "png" "format": "png"
}] }]
}, {
"name": "eos",
"icons": [{
"url": "ipfs://QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb",
"width": 500,
"height": 750,
"format": "png"
}]
}, { }, {
"name": "phi", "name": "phi",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

28
chains/eip155-15557.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "EOS EVM Network Testnet",
"chain": "EOS",
"icon": "eos",
"rpc": ["https://api.testnet.evm.eosnetwork.com"],
"faucets": [],
"nativeCurrency": {
"name": "EOS",
"symbol": "EOS",
"decimals": 18
},
"infoURL": "https://eosnetwork.com/eos-evm",
"shortName": "eos-testnet",
"chainId": 15557,
"networkId": 15557,
"explorers": [
{
"name": "EOS EVM Explorer",
"url": "https://explorer.testnet.evm.eosnetwork.com",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "https://bridge.testnet.evm.eosnetwork.com" }]
}
}

31
chains/eip155-17777.json Normal file
View File

@ -0,0 +1,31 @@
{
"name": "EOS EVM Network",
"chain": "EOS",
"icon": "eos",
"rpc": ["https://api.evm.eosnetwork.com"],
"faucets": [],
"nativeCurrency": {
"name": "EOS",
"symbol": "EOS",
"decimals": 18
},
"infoURL": "https://eosnetwork.com/eos-evm",
"shortName": "eos",
"chainId": 17777,
"networkId": 17777,
"explorers": [
{
"name": "EOS EVM Explorer",
"url": "https://explorer.evm.eosnetwork.com",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [
{ "url": "https://bridge.evm.eosnetwork.com" },
{ "url": "https://app.multichain.org" }
]
}
}

View File

@ -1,5 +1,5 @@
{ {
"name": "EOS Mainnet", "name": "EOS EVM Legacy",
"chain": "EOS", "chain": "EOS",
"rpc": ["https://api.eosargentina.io"], "rpc": ["https://api.eosargentina.io"],
"faucets": [], "faucets": [],
@ -8,15 +8,10 @@
"symbol": "EOS", "symbol": "EOS",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://eoscommunity.org/", "infoURL": "https://eosargentina.io",
"shortName": "EOSMainnet", "shortName": "eos-legacy",
"chainId": 59, "chainId": 59,
"networkId": 59, "networkId": 59,
"explorers": [ "explorers": [],
{ "status": "deprecated"
"name": "bloks",
"url": "https://bloks.eosargentina.io",
"standard": "EIP3091"
}
]
} }

View File

@ -9,14 +9,9 @@
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://www.cryptokylin.io/", "infoURL": "https://www.cryptokylin.io/",
"shortName": "KylinTestnet", "shortName": "kylin",
"chainId": 95, "chainId": 95,
"networkId": 95, "networkId": 95,
"explorers": [ "explorers": [],
{ "status": "deprecated"
"name": "eosq",
"url": "https://kylin.eosargentina.io",
"standard": "EIP3091"
}
]
} }

File diff suppressed because one or more lines are too long

View File

@ -753,9 +753,9 @@
"faucets": [], "faucets": [],
"infoURL": "https://ont.io/" "infoURL": "https://ont.io/"
}, { }, {
"name": "EOS Mainnet", "name": "EOS EVM Legacy",
"chainId": 59, "chainId": 59,
"shortName": "EOSMainnet", "shortName": "eos-legacy",
"networkId": 59, "networkId": 59,
"nativeCurrency": { "nativeCurrency": {
"name": "EOS", "name": "EOS",
@ -764,7 +764,7 @@
}, },
"rpc": ["https://api.eosargentina.io"], "rpc": ["https://api.eosargentina.io"],
"faucets": [], "faucets": [],
"infoURL": "https://eoscommunity.org/" "infoURL": "https://eosargentina.io"
}, { }, {
"name": "GoChain", "name": "GoChain",
"chainId": 60, "chainId": 60,
@ -1210,7 +1210,7 @@
}, { }, {
"name": "CryptoKylin Testnet", "name": "CryptoKylin Testnet",
"chainId": 95, "chainId": 95,
"shortName": "KylinTestnet", "shortName": "kylin",
"networkId": 95, "networkId": 95,
"nativeCurrency": { "nativeCurrency": {
"name": "EOS", "name": "EOS",
@ -7525,6 +7525,19 @@
"rpc": ["https://api.testnet-dev.trust.one"], "rpc": ["https://api.testnet-dev.trust.one"],
"faucets": ["https://faucet.testnet-dev.trust.one/"], "faucets": ["https://faucet.testnet-dev.trust.one/"],
"infoURL": "https://www.trust.one/" "infoURL": "https://www.trust.one/"
}, {
"name": "EOS EVM Network Testnet",
"chainId": 15557,
"shortName": "eos-testnet",
"networkId": 15557,
"nativeCurrency": {
"name": "EOS",
"symbol": "EOS",
"decimals": 18
},
"rpc": ["https://api.testnet.evm.eosnetwork.com"],
"faucets": [],
"infoURL": "https://eosnetwork.com/eos-evm"
}, { }, {
"name": "MetaDot Mainnet", "name": "MetaDot Mainnet",
"chainId": 16000, "chainId": 16000,
@ -7603,6 +7616,19 @@
"rpc": ["https://palette-opennet.com:22000"], "rpc": ["https://palette-opennet.com:22000"],
"faucets": [], "faucets": [],
"infoURL": "https://hashpalette.com/" "infoURL": "https://hashpalette.com/"
}, {
"name": "EOS EVM Network",
"chainId": 17777,
"shortName": "eos",
"networkId": 17777,
"nativeCurrency": {
"name": "EOS",
"symbol": "EOS",
"decimals": 18
},
"rpc": ["https://api.evm.eosnetwork.com"],
"faucets": [],
"infoURL": "https://eosnetwork.com/eos-evm"
}, { }, {
"name": "Frontier of Dreams Testnet", "name": "Frontier of Dreams Testnet",
"chainId": 18000, "chainId": 18000,

View File

@ -1089,7 +1089,7 @@
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, { }, {
"name": "EOS Mainnet", "name": "EOS EVM Legacy",
"chain": "EOS", "chain": "EOS",
"rpc": ["https://api.eosargentina.io"], "rpc": ["https://api.eosargentina.io"],
"faucets": [], "faucets": [],
@ -1098,15 +1098,12 @@
"symbol": "EOS", "symbol": "EOS",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://eoscommunity.org/", "infoURL": "https://eosargentina.io",
"shortName": "EOSMainnet", "shortName": "eos-legacy",
"chainId": 59, "chainId": 59,
"networkId": 59, "networkId": 59,
"explorers": [{ "explorers": [],
"name": "bloks", "status": "deprecated"
"url": "https://bloks.eosargentina.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "GoChain", "name": "GoChain",
"chain": "GO", "chain": "GO",
@ -1754,14 +1751,11 @@
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://www.cryptokylin.io/", "infoURL": "https://www.cryptokylin.io/",
"shortName": "KylinTestnet", "shortName": "kylin",
"chainId": 95, "chainId": 95,
"networkId": 95, "networkId": 95,
"explorers": [{ "explorers": [],
"name": "eosq", "status": "deprecated"
"url": "https://kylin.eosargentina.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "Bitkub Chain", "name": "Bitkub Chain",
"chain": "BKC", "chain": "BKC",
@ -11294,6 +11288,33 @@
"url": "https://trustscan.one", "url": "https://trustscan.one",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "EOS EVM Network Testnet",
"chain": "EOS",
"icon": "eos",
"rpc": ["https://api.testnet.evm.eosnetwork.com"],
"faucets": [],
"nativeCurrency": {
"name": "EOS",
"symbol": "EOS",
"decimals": 18
},
"infoURL": "https://eosnetwork.com/eos-evm",
"shortName": "eos-testnet",
"chainId": 15557,
"networkId": 15557,
"explorers": [{
"name": "EOS EVM Explorer",
"url": "https://explorer.testnet.evm.eosnetwork.com",
"standard": "EIP3091"
}],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{
"url": "https://bridge.testnet.evm.eosnetwork.com"
}]
}
}, { }, {
"name": "MetaDot Mainnet", "name": "MetaDot Mainnet",
"chain": "MTT", "chain": "MTT",
@ -11410,6 +11431,35 @@
"icon": "PLT", "icon": "PLT",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "EOS EVM Network",
"chain": "EOS",
"icon": "eos",
"rpc": ["https://api.evm.eosnetwork.com"],
"faucets": [],
"nativeCurrency": {
"name": "EOS",
"symbol": "EOS",
"decimals": 18
},
"infoURL": "https://eosnetwork.com/eos-evm",
"shortName": "eos",
"chainId": 17777,
"networkId": 17777,
"explorers": [{
"name": "EOS EVM Explorer",
"url": "https://explorer.evm.eosnetwork.com",
"standard": "EIP3091"
}],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{
"url": "https://bridge.evm.eosnetwork.com"
}, {
"url": "https://app.multichain.org"
}]
}
}, { }, {
"name": "Frontier of Dreams Testnet", "name": "Frontier of Dreams Testnet",
"chain": "Game Network", "chain": "Game Network",

8
icons/eos.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb",
"width": 500,
"height": 750,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -57,7 +57,7 @@
"bnb": "eip155:56", "bnb": "eip155:56",
"sys": "eip155:57", "sys": "eip155:57",
"OntologyMainnet": "eip155:58", "OntologyMainnet": "eip155:58",
"EOSMainnet": "eip155:59", "eos-legacy": "eip155:59",
"go": "eip155:60", "go": "eip155:60",
"etc": "eip155:61", "etc": "eip155:61",
"tetc": "eip155:62", "tetc": "eip155:62",
@ -92,7 +92,7 @@
"gar-s1": "eip155:91", "gar-s1": "eip155:91",
"gar-s2": "eip155:92", "gar-s2": "eip155:92",
"gar-s3": "eip155:93", "gar-s3": "eip155:93",
"KylinTestnet": "eip155:95", "kylin": "eip155:95",
"bkc": "eip155:96", "bkc": "eip155:96",
"bnbt": "eip155:97", "bnbt": "eip155:97",
"poa": "eip155:99", "poa": "eip155:99",
@ -578,12 +578,14 @@
"SPS-Test": "eip155:14000", "SPS-Test": "eip155:14000",
"loop": "eip155:15551", "loop": "eip155:15551",
"TrustTestnet": "eip155:15555", "TrustTestnet": "eip155:15555",
"eos-testnet": "eip155:15557",
"mtt": "eip155:16000", "mtt": "eip155:16000",
"mtttest": "eip155:16001", "mtttest": "eip155:16001",
"nyancat": "eip155:16688", "nyancat": "eip155:16688",
"airdao": "eip155:16718", "airdao": "eip155:16718",
"tivar": "eip155:16888", "tivar": "eip155:16888",
"PCT": "eip155:17180", "PCT": "eip155:17180",
"eos": "eip155:17777",
"ZKST": "eip155:18000", "ZKST": "eip155:18000",
"pom": "eip155:18159", "pom": "eip155:18159",
"HMV": "eip155:19011", "HMV": "eip155:19011",