Skip to content

Commit

Permalink
add fds and fdm
Browse files Browse the repository at this point in the history
  • Loading branch information
mul53 committed May 16, 2024
1 parent daf88b8 commit 72b5c70
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
20 changes: 18 additions & 2 deletions build/voltage-swap-default.tokenlist.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Voltage Swap List",
"timestamp": "2024-05-07T08:53:27.200Z",
"timestamp": "2024-05-16T09:33:59.966Z",
"version": {
"major": 3,
"minor": 18,
"minor": 19,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -102,6 +102,22 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x5DD8015cec49F4dB01fd228F688BF30337d3e0A9/logo.png"
},
{
"name": "Freedom",
"address": "0xE3Df2C1f1ca54707AB49747eeBc7658bb1c8Bf1C",
"symbol": "FDM",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xE3Df2C1f1ca54707AB49747eeBc7658bb1c8Bf1C/logo.png"
},
{
"name": "Freedom Shards",
"address": "0xC9f1ADDcd913ebC260D48F941db4Be9cDa1d2cfA",
"symbol": "FDS",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xC9f1ADDcd913ebC260D48F941db4Be9cDa1d2cfA/logo.png"
},
{
"name": "Fuse Dollar",
"address": "0x249BE57637D8B013Ad64785404b24aeBaE9B098B",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voltage-finance/swap-default-token-list",
"version": "3.18.0",
"version": "3.19.0",
"description": "◦ The voltage.finance default token list",
"main": "build/voltage-swap-default.tokenlist.json",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions src/tokens/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,21 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xb1DD0B683d9A56525cC096fbF5eec6E60FE79871/logo.png"
},
{
"name": "Freedom Shards",
"address": "0xC9f1ADDcd913ebC260D48F941db4Be9cDa1d2cfA",
"symbol": "FDS",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xC9f1ADDcd913ebC260D48F941db4Be9cDa1d2cfA/logo.png"
},
{
"name": "Freedom",
"address": "0xE3Df2C1f1ca54707AB49747eeBc7658bb1c8Bf1C",
"symbol": "FDM",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xE3Df2C1f1ca54707AB49747eeBc7658bb1c8Bf1C/logo.png"
}
]

0 comments on commit 72b5c70

Please sign in to comment.