chains/_data/chains/eip155-120.json
Niels 6ca70f0f61
Add ENULS Chain (mainnet & testnet) (#2224)
* Create eip155-119.json

* Create eip155-120.json

* Update eip155-119.json

* Update eip155-120.json

* add ENULS svg file

* Create enuls.json

* update url

https://ipfs.io/ipfs/QmYz8LK5WkUN8UwqKfWUjnyLuYqQZWihT7J766YXft4TSy?filename=ENULS.svg

* add enuls icon download

* Update _data/chains/eip155-119.json

* Update _data/chains/eip155-120.json

* update shortname

* update icon size

* update icon height

* update

* update

* prettier 优化

---------

Co-authored-by: ligi <ligi@ligi.de>
2023-02-04 07:19:58 +01:00

25 lines
523 B
JSON

{
"name": "ENULS Testnet",
"chain": "ENULS",
"rpc": ["https://beta.evmapi.nuls.io", "https://beta.evmapi2.nuls.io"],
"faucets": ["http://faucet.nuls.io"],
"nativeCurrency": {
"name": "NULS",
"symbol": "NULS",
"decimals": 18
},
"infoURL": "https://nuls.io",
"shortName": "enulst",
"chainId": 120,
"networkId": 120,
"icon": "enuls",
"explorers": [
{
"name": "enulsscan",
"url": "https://beta.evmscan.nuls.io",
"icon": "enuls",
"standard": "EIP3091"
}
]
}