Skip to content

Commit

Permalink
Introduce a build process for the token list
Browse files Browse the repository at this point in the history
Split the list up by chain ID and do some basic validation.
  • Loading branch information
mhluongo committed Mar 4, 2022
1 parent 701f3e3 commit e179a43
Show file tree
Hide file tree
Showing 7 changed files with 529 additions and 426 deletions.
16 changes: 16 additions & 0 deletions base.tokenlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Tally Cash Token List",
"timestamp": "2022-02-08T10:40:00+00:00",
"version": {
"major": 0,
"minor": 0,
"patch": 2
},
"keywords": [
"tallycash",
"default",
"list",
"wallet"
],
"tokens": []
}
26 changes: 26 additions & 0 deletions chains/1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"address": "0xf4d2888d29d722226fafa5d9b24f9164c092421e",
"chainId": 1,
"name": "Looks Rare Token",
"symbol": "LOOKS",
"decimals": 18,
"logoURI": "https://github.com/tallycash/token-list/images/looks.png"
},
{
"address": "0xc18360217d8f7ab5e7c516566761ea12ce7f9d72",
"chainId": 1,
"name": "Ethereum Name Service Token",
"symbol": "ENS",
"decimals": 18,
"logoURI" : "https://github.com/tallycash/token-list/images/ens.png"
},
{
"address": "0xfFbF315f70E458e49229654DeA4cE192d26f9b25",
"chainId": 1,
"name": "Voltage Token",
"symbol": "VOLT",
"decimals": 18,
"logoURI" : "https://github.com/tallycash/token-list/images/volt.png"
}
]
Loading

0 comments on commit e179a43

Please sign in to comment.