Skip to content

Commit

Permalink
feat: add UNIBOT
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsign committed Oct 3, 2023
1 parent 3900fb6 commit e902d05
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

List of tokens used by LlamaFolio.

Bootstrapped using https://github.com/viaprotocol/tokenlists

# Commands

## Add Token
Expand All @@ -13,7 +11,3 @@ Using Coingecko:
```sh
npm run add-token coingecko <coingecko_id>
```

If you're using `CommonJS`, this will only work if you import the package asynchronously: <https://nodejs.org/docs/latest-v18.x/api/esm.html#require>

You should switch to `ESM`.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion ethereum/tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -21944,6 +21944,13 @@
"decimals": 8,
"stable": false
},
{
"address": "0xf819d9cb1c2a819fd991781a822de3ca8607c3c9",
"name": "Unibot",
"symbol": "UNIBOT",
"decimals": 18,
"stable": false
},
{
"address": "0x94e0bab2f6ab1f19f4750e42d7349f2740513ad5",
"name": "Unicly",
Expand Down Expand Up @@ -22444,7 +22451,7 @@
{
"address": "0x249ca82617ec3dfb2589c4c17ab7ec9765350a18",
"name": "Verse",
"symbol": "verse",
"symbol": "VERSE",
"decimals": 18,
"stable": false
},
Expand Down

0 comments on commit e902d05

Please sign in to comment.