mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
46d0fa1d02
* Enter Logo * EnterCoin mainnet ID * added logo * Updated Suggestion Co-authored-by: EnterCoin <7969492+shadiayoub@users.noreply.github.com>
26 lines
486 B
JSON
26 lines
486 B
JSON
{
|
|
"name": "EnterChain Mainnet",
|
|
"chain": "ENTER",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://tapi.entercoin.net/"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "EnterCoin",
|
|
"symbol": "ENTER",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://entercoin.net",
|
|
"shortName": "enter",
|
|
"chainId": 1214,
|
|
"networkId": 1214,
|
|
"icon": "enter",
|
|
"explorers": [{
|
|
"name": "Enter Explorer - Expenter",
|
|
"url": "https://explorer.entercoin.net",
|
|
"icon": "enter",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|