mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
new fork to add ETMP chains (#1796)
* add ETMP network * add etmp icon * prettier Co-authored-by: hhq365 <hhq365@163.com>
This commit is contained in:
parent
bf9e973e85
commit
60b9b5bf37
24
_data/chains/eip155-48.json
Normal file
24
_data/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
_data/chains/eip155-49.json
Normal file
24
_data/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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/etmp.json
Normal file
8
_data/icons/etmp.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmT7DTqT1V2y42pRpt3sj9ifijfmbtkHN7D2vTfAUAS622",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user