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

feat(base): add degen and brett tokens #53

Merged
merged 4 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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