mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
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:
parent
6dc156fd32
commit
6996a371cd
|
@ -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 |
|
@ -3766,6 +3766,7 @@
|
|||
"0xc00e94Cb662C3520282E6f5717214004A7f26888",
|
||||
"0xC011A72400E58ecD99Ee497CF89E3775d4bd732F",
|
||||
"0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
|
||||
"0xC0134b5B924c2FCA106eFB33C45446c466FBe03e",
|
||||
"0xc020c00e45dd3529e18012282657A1136C2B13E6",
|
||||
"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
||||
"0xC04c25912d8E0A4ba611f02f5139FA9972A3Bc35",
|
||||
|
|
|
@ -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 |
1
blockchains/neo/blacklist.json
Normal file
1
blockchains/neo/blacklist.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
3
blockchains/neo/whitelist.json
Normal file
3
blockchains/neo/whitelist.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
"2efdb22c152896964665d0a8214dc7bd59232162"
|
||||
]
|
|
@ -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 |
1
blockchains/nuls/blacklist.json
Normal file
1
blockchains/nuls/blacklist.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
3
blockchains/nuls/whitelist.json
Normal file
3
blockchains/nuls/whitelist.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
"NULSd6HgyZkiqLnBzTaeSQfx1TNg2cqbzq51h"
|
||||
]
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user