mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* 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>
25 lines
523 B
JSON
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"
|
|
}
|
|
]
|
|
}
|