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:
LuxesOwen 2022-11-04 01:14:28 +08:00 committed by GitHub
parent bf9e973e85
commit 60b9b5bf37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 56 additions and 0 deletions

View 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"
}
]
}

View 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
View File

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