Skip to content

Commit db64dc4

Browse files
committed
Multi token updates
1 parent 8ec22a1 commit db64dc4

14 files changed

Lines changed: 75 additions & 13 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
bin/fetchC*.js
22
bin/fetchB*.js
3+
bin/fetchE*.js
34
fallback.png

bin/fetchUnicly.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const fs = require('fs')
2-
const cp = require('child_process')
31
const path = require('path')
42
const axios = require('axios')
53
const pickBy = require('lodash/pickBy')
4.14 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "Raze Network",
3+
"symbol": "RAZE",
4+
"decimals": "18",
5+
"explorer": "https://etherscan.io/token/0x5EAA69B29F99C84FE5DE8200340B4E9B4AB38EAC",
6+
"web": "https://raze.network/",
7+
"email": "contact@raze.network",
8+
"whitepaper": "https://docsend.com/view/nea4rj23f28z5b98",
9+
"links": {
10+
"blog": "https://raze-net.medium.com/",
11+
"twitter": "https://twitter.com/R4ZE_Network",
12+
"github": "https://github.com/Raze-Net",
13+
"discord": null,
14+
"telegram": "https://t.me/Raze_Net",
15+
"coingecko": "https://www.coingecko.com/en/coins/raze-network/",
16+
"coinmarketcap": null
17+
},
18+
"gen": {
19+
"logo": "logo.png",
20+
"score": 29
21+
}
22+
}
3.32 KB
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Kylin Network",
3+
"symbol": "KYL",
4+
"decimals": 18,
5+
"explorer": "https://etherscan.io/token/0x67B6D479C7BB412C54E03DCA8E1BC6740CE6B99C",
6+
"web": "https://kylin.network",
7+
"email": "contact@kylin.network",
8+
"publicTeam": true,
9+
"product": true,
10+
"links": {
11+
"github": "https://github.com/Kylin-Network",
12+
"linkedin": "https://www.linkedin.com/company/kylinnetwork",
13+
"twitter": "https://twitter.com/Kylin_Network",
14+
"discord": "https://discord.com/invite/PwYCssr",
15+
"telegram": "https://t.me/KylinOfficial",
16+
"coinmarketcap": "https://coinmarketcap.com/currencies/kylin",
17+
"coingecko": "https://www.coingecko.com/en/coins/kylin-network"
18+
},
19+
"gen": {
20+
"logo": "logo.png",
21+
"score": 71
22+
}
23+
}
2.62 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Thorstarter XRUNE Token",
3+
"symbol": "XRUNE",
4+
"decimals": 18,
5+
"web": "https://paxos.com/busd",
6+
"description": "Thorstarter is an IDO platform and liquidity relayer for the THORChain ecosystem",
7+
"explorer": "https://etherscan.io/token/0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c",
8+
"whitepaper": "https://www.thorstarter.org/thorstarter-lightpaper.pdf",
9+
"email": "team@thorstarter.org",
10+
"links": {
11+
"twitter": "https://twitter.com/thorstarter",
12+
"discord": "https://discord.gg/fPjbPxm37F",
13+
"coinmarketcap": "https://coinmarketcap.com/currencies/thorstarter",
14+
"telegram": "https://t.me/thorstarter",
15+
"github": "https://github.com/thorstarter"
16+
},
17+
"gen": {
18+
"logo": "logo.png",
19+
"score": 29
20+
}
21+
}
Binary file not shown.

data/ethereum/assets/0xdbdb4d16eda451d0503b854cf79d55697f90c8df/meta.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
"coingecko": "alchemix",
99
"twitter": "alchemixfi"
1010
},
11+
"config": {
12+
"dark": false
13+
},
1114
"gen": {
1215
"logo": "logo.png",
13-
"hasDark": true,
1416
"score": 19
1517
}
1618
}

0 commit comments

Comments
 (0)