mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
aae045f411
* EKTA Chain * fix json * fix format * unique name * prettier update * prettier update * name in capital Co-authored-by: ligi <ligi@ligi.de>
25 lines
443 B
JSON
25 lines
443 B
JSON
{
|
|
"name": "Ekta",
|
|
"chain": "EKTA",
|
|
"rpc": ["https://main.ekta.io"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "EKTA",
|
|
"symbol": "EKTA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.ekta.io",
|
|
"shortName": "ekta",
|
|
"chainId": 1994,
|
|
"networkId": 1994,
|
|
"icon": "ekta",
|
|
"explorers": [
|
|
{
|
|
"name": "ektascan",
|
|
"url": "https://ektascan.io",
|
|
"icon": "ekta",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|