Skip to content

Commit

Permalink
feat(base): add degen and brett tokens (#53)
Browse files Browse the repository at this point in the history
* feat: add brett token in base

* feat: add degen token in base

* feat: sm logos

---------

Co-authored-by: 0xsign <0xsign@protonmail.com>
  • Loading branch information
brenopolanski and 0xsign authored Apr 2, 2024
1 parent 464e1fa commit 9dbf6fc
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ List of tokens used by LlamaFolio.

## Add Token

Using Coingecko:
Using CoinGecko:

```sh
npm run add-token coingecko <coingecko_id>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified base/logos-sm/0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c.webp
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions base/tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@
"decimals": 18,
"stable": false
},
{
"address": "0x532f27101965dd16442e59d40670faf5ebb142e4",
"name": "Brett",
"symbol": "BRETT",
"decimals": 18,
"coingeckoId": "based-brett",
"wallet": true,
"stable": false
},
{
"address": "0x78a087d713be963bf307b18f2ff8122ef9a63ae9",
"name": "BaseSwap",
Expand Down Expand Up @@ -97,6 +106,15 @@
"decimals": 18,
"stable": true
},
{
"address": "0x4ed4e862860bed51a9570b96d89af5e1b0efefed",
"name": "Degen (Base)",
"symbol": "DEGEN",
"decimals": 18,
"coingeckoId": "degen-base",
"wallet": true,
"stable": false
},
{
"address": "0xde5ed76e7c05ec5e4572cfc88d1acea165109e44",
"name": "DEUS",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"repository": "github:llamafolio/llamafolio-tokens",
"bugs": "github:llamafolio/llamafolio-tokens/issues",
"homepage": "github:llamafolio/llamafolio-tokens#readme",
"author": "Llamafolio",
"author": "LlamaFolio",
"keywords": [
"tokens",
"registry",
Expand Down

0 comments on commit 9dbf6fc

Please sign in to comment.