Skip to content

Commit

Permalink
feat: equal
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsign committed Mar 16, 2023
1 parent d62b1cb commit 9955830
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ethereum/tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4821,7 +4821,7 @@
"decimals": 18,
"coingeckoId": "digital-standard-unit",
"wallet": true,
"stable": false
"stable": true
},
{
"address": "0x5adc961d6ac3f7062d2ea45fefb8d8167d44b190",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions fantom/tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,15 @@
"wallet": true,
"stable": false
},
{
"address": "0x3fd3a0c85b70754efc07ac9ac0cbbdce664865a6",
"name": "Equalizer DEX",
"symbol": "EQUAL",
"decimals": 18,
"coingeckoId": "equalizer-dex",
"wallet": true,
"stable": false
},
{
"address": "0x42006ab57701251b580bdfc24778c43c9ff589a1",
"name": "EVO",
Expand Down
2 changes: 1 addition & 1 deletion optimism/tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"decimals": 18,
"coingeckoId": "binance-usd",
"wallet": true,
"stable": false
"stable": true
},
{
"address": "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamafolio/tokens",
"version": "0.1.32",
"version": "0.1.33",
"description": "List of tokens used by LlamaFolio.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 9955830

Please sign in to comment.