From 6ca70f0f61d4d40a1e0bff2c77482caefd928030 Mon Sep 17 00:00:00 2001 From: Niels Date: Sat, 4 Feb 2023 14:19:58 +0800 Subject: [PATCH] Add ENULS Chain (mainnet & testnet) (#2224) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- _data/chains/eip155-119.json | 24 +++++++++++++++++++ _data/chains/eip155-120.json | 24 +++++++++++++++++++ _data/icons/enuls.json | 8 +++++++ ...8LK5WkUN8UwqKfWUjnyLuYqQZWihT7J766YXft4TSy | 1 + 4 files changed, 57 insertions(+) create mode 100644 _data/chains/eip155-119.json create mode 100644 _data/chains/eip155-120.json create mode 100644 _data/icons/enuls.json create mode 100644 _data/iconsDownload/QmYz8LK5WkUN8UwqKfWUjnyLuYqQZWihT7J766YXft4TSy diff --git a/_data/chains/eip155-119.json b/_data/chains/eip155-119.json new file mode 100644 index 00000000..002fede2 --- /dev/null +++ b/_data/chains/eip155-119.json @@ -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" + } + ] +} diff --git a/_data/chains/eip155-120.json b/_data/chains/eip155-120.json new file mode 100644 index 00000000..e75a208b --- /dev/null +++ b/_data/chains/eip155-120.json @@ -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" + } + ] +} diff --git a/_data/icons/enuls.json b/_data/icons/enuls.json new file mode 100644 index 00000000..d4466f9d --- /dev/null +++ b/_data/icons/enuls.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYz8LK5WkUN8UwqKfWUjnyLuYqQZWihT7J766YXft4TSy", + "width": 26, + "height": 41, + "format": "svg" + } +] diff --git a/_data/iconsDownload/QmYz8LK5WkUN8UwqKfWUjnyLuYqQZWihT7J766YXft4TSy b/_data/iconsDownload/QmYz8LK5WkUN8UwqKfWUjnyLuYqQZWihT7J766YXft4TSy new file mode 100644 index 00000000..396b1486 --- /dev/null +++ b/_data/iconsDownload/QmYz8LK5WkUN8UwqKfWUjnyLuYqQZWihT7J766YXft4TSy @@ -0,0 +1 @@ +ENULS \ No newline at end of file