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@9fee345b4f 🚀
This commit is contained in:
parent
9970f2ef15
commit
42868de478
|
@ -630,6 +630,14 @@
|
|||
"height": 200,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "etica",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmYSyhUqm6ArWyALBe3G64823ZpEUmFdkzKZ93hUUhNKgU",
|
||||
"width": 360,
|
||||
"height": 361,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "web3games",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
31
chains/eip155-61803.json
Normal file
31
chains/eip155-61803.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "Etica Mainnet",
|
||||
"chain": "Etica Protocol (ETI/EGAZ)",
|
||||
"icon": "etica",
|
||||
"rpc": [
|
||||
"https://eticamainnet.eticascan.org",
|
||||
"https://eticamainnet.eticaprotocol.org"
|
||||
],
|
||||
"faucets": ["http://faucet.etica-stats.org/"],
|
||||
"nativeCurrency": {
|
||||
"name": "EGAZ",
|
||||
"symbol": "EGAZ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://eticaprotocol.org",
|
||||
"shortName": "Etica",
|
||||
"chainId": 61803,
|
||||
"networkId": 61803,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "eticascan",
|
||||
"url": "https://eticascan.org",
|
||||
"standard": "EIP3091"
|
||||
},
|
||||
{
|
||||
"name": "eticastats",
|
||||
"url": "http://explorer.etica-stats.org",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -6875,6 +6875,19 @@
|
|||
"rpc": ["https://test103.thinkiumrpc.net/"],
|
||||
"faucets": ["https://www.thinkiumdev.net/faucet"],
|
||||
"infoURL": "https://thinkium.net/"
|
||||
}, {
|
||||
"name": "Etica Mainnet",
|
||||
"chainId": 61803,
|
||||
"shortName": "Etica",
|
||||
"networkId": 61803,
|
||||
"nativeCurrency": {
|
||||
"name": "EGAZ",
|
||||
"symbol": "EGAZ",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://eticamainnet.eticascan.org", "https://eticamainnet.eticaprotocol.org"],
|
||||
"faucets": ["http://faucet.etica-stats.org/"],
|
||||
"infoURL": "https://eticaprotocol.org"
|
||||
}, {
|
||||
"name": "DoKEN Super Chain Mainnet",
|
||||
"chainId": 61916,
|
||||
|
|
|
@ -10115,6 +10115,30 @@
|
|||
"url": "https://test103.thinkiumscan.net",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Etica Mainnet",
|
||||
"chain": "Etica Protocol (ETI/EGAZ)",
|
||||
"icon": "etica",
|
||||
"rpc": ["https://eticamainnet.eticascan.org", "https://eticamainnet.eticaprotocol.org"],
|
||||
"faucets": ["http://faucet.etica-stats.org/"],
|
||||
"nativeCurrency": {
|
||||
"name": "EGAZ",
|
||||
"symbol": "EGAZ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://eticaprotocol.org",
|
||||
"shortName": "Etica",
|
||||
"chainId": 61803,
|
||||
"networkId": 61803,
|
||||
"explorers": [{
|
||||
"name": "eticascan",
|
||||
"url": "https://eticascan.org",
|
||||
"standard": "EIP3091"
|
||||
}, {
|
||||
"name": "eticastats",
|
||||
"url": "http://explorer.etica-stats.org",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "DoKEN Super Chain Mainnet",
|
||||
"chain": "DoKEN Super Chain",
|
||||
|
|
8
icons/etica.json
Normal file
8
icons/etica.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmYSyhUqm6ArWyALBe3G64823ZpEUmFdkzKZ93hUUhNKgU",
|
||||
"width": 360,
|
||||
"height": 361,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -528,6 +528,7 @@
|
|||
"TKM-test1": "eip155:60001",
|
||||
"TKM-test2": "eip155:60002",
|
||||
"TKM-test103": "eip155:60103",
|
||||
"Etica": "eip155:61803",
|
||||
"DoKEN": "eip155:61916",
|
||||
"BKLV": "eip155:62320",
|
||||
"mtv": "eip155:62621",
|
||||
|
|
Loading…
Reference in New Issue
Block a user