Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADD ETHMNY LOGO PLEASE #60

Open
wants to merge 23 commits into
base: blurpesec-patch-1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
aa86a9b
Add SNT and ENJ ids (#20)
Mrtenz May 9, 2020
76ef966
Update assets list (#21)
Mrtenz Jun 17, 2020
0fc5a1e
Added COMP and BAL tokens (#22)
blurpesec Jun 25, 2020
335b08a
Bump lodash from 4.17.15 to 4.17.19 (#23)
dependabot[bot] Jul 20, 2020
981a71a
Bump acorn from 5.7.3 to 5.7.4 (#17)
dependabot[bot] Jul 20, 2020
dd1723d
added LEND (aave) to list (#25)
blurpesec Jul 30, 2020
af67373
fix fuckup (#26)
blurpesec Jul 30, 2020
909a5fb
Add REP v2 uuid for mappings (#27)
blurpesec Aug 6, 2020
4765aec
Bump codecov from 3.6.5 to 3.7.1 (#24)
dependabot[bot] Aug 6, 2020
e1e317c
Added some defi token mappings (#28)
blurpesec Aug 17, 2020
efb5cc3
add price support for GameCredits (GAME) (#31)
jspence425 Sep 18, 2020
568f0c2
Update assets.json (#32)
jspence425 Sep 18, 2020
c91cd2b
Update assets.json (#33)
jspence425 Sep 18, 2020
a431ab5
remove trailing comma (#34)
blurpesec Sep 18, 2020
73df6b9
Update assets.json (#37)
jspence425 Oct 1, 2020
d20dfe7
Add script to validate JSON (#35)
Mrtenz Jan 15, 2021
f65df6f
Bump node-fetch from 2.6.0 to 2.6.1 (#30)
dependabot[bot] Jan 15, 2021
af025ec
Bump handlebars from 4.5.1 to 4.7.6 (#29)
dependabot[bot] Jan 15, 2021
aa23769
Bump ini from 1.3.5 to 1.3.8 (#39)
dependabot[bot] Jan 15, 2021
0d31e5f
Bump bl from 1.2.2 to 1.2.3 (#40)
dependabot[bot] Jan 15, 2021
7cbe1cd
Add script to get token UUID (#41)
Mrtenz Jan 15, 2021
b9aa3a1
Remove encrypgen (old) data (#42)
blurpesec Feb 15, 2021
4968f95
Updated EncrypGen entry with new UUID (#43)
iamjustaspore Feb 15, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ script:
- yarn run codecov -f coverage/*.json
- yarn run lint
- yarn run prettier
- yarn run validate

before_deploy:
- pip install --user awscli
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ The `assets.json` file found in `assets/` consists of a `key -> value` object, w
* `coinCapId` (string)

The `id` field used in the CoinCap API.

* `coinGeckoId` (string)

The `id` field used in the CoinGecko API.

* `cryptoCompareId` (string)

The `Symbol` field used in the CryptoCompare API.

* `cryptoCurrencyIconName` (string)

The name of the icon in the CryptoCurrency Icon library.
Expand Down Expand Up @@ -50,3 +50,11 @@ $ yarn build
```

And commit the new file to GitHub. The new file is automatically deployed.

### Get UUID of a token

You can use the `token-uuid` script to get the UUID of a token:

```
$ yarn token-uuid <contractAddress> <chainId>
```
Loading