Add ALEPH token ERC-20, NEP-5 and NRC-20 (aleph.im project) (#2359)

* Add ALEPH ERC-20

* Add ALEPH NEP-5

* Add ALEPH NRC-20

* Add lists for neo, nuls

Co-authored-by: Mykola <kolya182@gmail.com>
This commit is contained in:
Moshe Malawach 2020-06-14 08:51:43 +02:00 committed by GitHub
parent 6dc156fd32
commit 6996a371cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,6 @@
{
"name": "aleph.im ERC-20",
"website": "https://aleph.im",
"short_description": "Aleph.im is a cross-blockchain layer-2 networkspecifically focused on decentralized applications and their related infrastructure (storage, computing servers, security).",
"explorer": "https://etherscan.io/token/0xC0134b5B924c2FCA106eFB33C45446c466FBe03e"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -3766,6 +3766,7 @@
"0xc00e94Cb662C3520282E6f5717214004A7f26888",
"0xC011A72400E58ecD99Ee497CF89E3775d4bd732F",
"0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
"0xC0134b5B924c2FCA106eFB33C45446c466FBe03e",
"0xc020c00e45dd3529e18012282657A1136C2B13E6",
"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"0xC04c25912d8E0A4ba611f02f5139FA9972A3Bc35",

View File

@ -0,0 +1,6 @@
{
"name": "aleph.im NEP-5",
"website": "https://aleph.im",
"short_description": "Aleph.im is a cross-blockchain layer-2 networkspecifically focused on decentralized applications and their related infrastructure (storage, computing servers, security).",
"explorer": "https://neo.tokenview.com/fr/token/0x2efdb22c152896964665d0a8214dc7bd59232162"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1,3 @@
[
"2efdb22c152896964665d0a8214dc7bd59232162"
]

View File

@ -0,0 +1,6 @@
{
"name": "aleph.im NRC-20",
"website": "https://aleph.im",
"short_description": "Aleph.im is a cross-blockchain layer-2 networkspecifically focused on decentralized applications and their related infrastructure (storage, computing servers, security).",
"explorer": "https://nulscan.io/token/info?contractAddress=NULSd6HgyZkiqLnBzTaeSQfx1TNg2cqbzq51h"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1,3 @@
[
"NULSd6HgyZkiqLnBzTaeSQfx1TNg2cqbzq51h"
]

View File

@ -25,7 +25,7 @@ formatValidators()
formatInfo()
function formatWhiteBlackList() {
ethSidechains.concat(Tron, Terra).forEach(async chain => {
ethSidechains.concat(Tron, Terra, "neo", 'nuls').forEach(async chain => {
const assets = getChainAssetsList(chain)
const whitelistPath = getChainWhitelistPath(chain)