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@60b9b5bf37 🚀
This commit is contained in:
parent
22c35090f5
commit
6e3202dd9c
|
@ -428,6 +428,14 @@
|
|||
"height": 1265,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "etmp",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmT7DTqT1V2y42pRpt3sj9ifijfmbtkHN7D2vTfAUAS622",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "toki",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
24
chains/eip155-48.json
Normal file
24
chains/eip155-48.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Ennothem Mainnet Proterozoic",
|
||||
"chain": "ETMP",
|
||||
"rpc": ["https://rpc.etm.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ennothem",
|
||||
"symbol": "ETMP",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://etm.network",
|
||||
"shortName": "etmp",
|
||||
"chainId": 48,
|
||||
"networkId": 48,
|
||||
"icon": "etmp",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "etmpscan",
|
||||
"url": "https://etmscan.network",
|
||||
"icon": "etmp",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
24
chains/eip155-49.json
Normal file
24
chains/eip155-49.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Ennothem Testnet Pioneer",
|
||||
"chain": "ETMP",
|
||||
"rpc": ["https://rpc.pioneer.etm.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ennothem",
|
||||
"symbol": "ETMP",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://etm.network",
|
||||
"shortName": "etmpTest",
|
||||
"chainId": 49,
|
||||
"networkId": 49,
|
||||
"icon": "etmp",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "etmp",
|
||||
"url": "https://pioneer.etmscan.network",
|
||||
"icon": "etmpscan",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -583,6 +583,32 @@
|
|||
"rpc": ["https://darwinia-rpc.darwinia.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://darwinia.network/"
|
||||
}, {
|
||||
"name": "Ennothem Mainnet Proterozoic",
|
||||
"chainId": 48,
|
||||
"shortName": "etmp",
|
||||
"networkId": 48,
|
||||
"nativeCurrency": {
|
||||
"name": "Ennothem",
|
||||
"symbol": "ETMP",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.etm.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://etm.network"
|
||||
}, {
|
||||
"name": "Ennothem Testnet Pioneer",
|
||||
"chainId": 49,
|
||||
"shortName": "etmpTest",
|
||||
"networkId": 49,
|
||||
"nativeCurrency": {
|
||||
"name": "Ennothem",
|
||||
"symbol": "ETMP",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.pioneer.etm.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://etm.network"
|
||||
}, {
|
||||
"name": "XinFin XDC Network",
|
||||
"chainId": 50,
|
||||
|
|
|
@ -794,6 +794,48 @@
|
|||
"url": "https://darwinia.subscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Ennothem Mainnet Proterozoic",
|
||||
"chain": "ETMP",
|
||||
"rpc": ["https://rpc.etm.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ennothem",
|
||||
"symbol": "ETMP",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://etm.network",
|
||||
"shortName": "etmp",
|
||||
"chainId": 48,
|
||||
"networkId": 48,
|
||||
"icon": "etmp",
|
||||
"explorers": [{
|
||||
"name": "etmpscan",
|
||||
"url": "https://etmscan.network",
|
||||
"icon": "etmp",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Ennothem Testnet Pioneer",
|
||||
"chain": "ETMP",
|
||||
"rpc": ["https://rpc.pioneer.etm.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ennothem",
|
||||
"symbol": "ETMP",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://etm.network",
|
||||
"shortName": "etmpTest",
|
||||
"chainId": 49,
|
||||
"networkId": 49,
|
||||
"icon": "etmp",
|
||||
"explorers": [{
|
||||
"name": "etmp",
|
||||
"url": "https://pioneer.etmscan.network",
|
||||
"icon": "etmpscan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "XinFin XDC Network",
|
||||
"chain": "XDC",
|
||||
|
|
8
icons/etmp.json
Normal file
8
icons/etmp.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmT7DTqT1V2y42pRpt3sj9ifijfmbtkHN7D2vTfAUAS622",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -44,6 +44,8 @@
|
|||
"crab": "eip155:44",
|
||||
"pangoro": "eip155:45",
|
||||
"darwinia": "eip155:46",
|
||||
"etmp": "eip155:48",
|
||||
"etmpTest": "eip155:49",
|
||||
"xdc": "eip155:50",
|
||||
"txdc": "eip155:51",
|
||||
"cet": "eip155:52",
|
||||
|
|
Loading…
Reference in New Issue
Block a user