Skip to content

Commit

Permalink
Add ENULS Chain (mainnet & testnet) (ethereum-lists#2224)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
niels1286 and ligi authored Feb 4, 2023
1 parent d1911a3 commit 6ca70f0
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-119.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ENULS Mainnet",
"chain": "ENULS",
"rpc": ["https://evmapi.nuls.io", "https://evmapi2.nuls.io"],
"faucets": [],
"nativeCurrency": {
"name": "NULS",
"symbol": "NULS",
"decimals": 18
},
"infoURL": "https://nuls.io",
"shortName": "enuls",
"chainId": 119,
"networkId": 119,
"icon": "enuls",
"explorers": [
{
"name": "enulsscan",
"url": "https://evmscan.nuls.io",
"icon": "enuls",
"standard": "EIP3091"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-120.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/enuls.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYz8LK5WkUN8UwqKfWUjnyLuYqQZWihT7J766YXft4TSy",
"width": 26,
"height": 41,
"format": "svg"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25.81 40.66"><defs><style>.cls-1{fill:#01e385;}</style></defs><title>ENULS</title><g id="图层_2" data-name="图层 2"><g id="图层_1-2" data-name="图层 1"><path class="cls-1" d="M25.81,0h0a0,0,0,0,1,0,0V15.27A10.21,10.21,0,0,1,15.61,25.47h0a0,0,0,0,1,0,0V10.21A10.21,10.21,0,0,1,25.81,0Z"/><path class="cls-1" d="M10.21,15.18h0a0,0,0,0,1,0,0V30.45A10.21,10.21,0,0,1,0,40.66H0a0,0,0,0,1,0,0V25.39A10.21,10.21,0,0,1,10.21,15.18Z"/></g></g></svg>

0 comments on commit 6ca70f0

Please sign in to comment.