Skip to content

Commit

Permalink
add fusdv3
Browse files Browse the repository at this point in the history
  • Loading branch information
mul53 committed Nov 14, 2023
1 parent 5a74194 commit 382451a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
22 changes: 15 additions & 7 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": "2023-11-06T11:37:28.584Z",
"timestamp": "2023-11-14T12:17:55.229Z",
"version": {
"major": 3,
"minor": 10,
"minor": 11,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -72,19 +72,27 @@
},
{
"name": "Fuse Dollar",
"address": "0xd0ce1b4A349C35e61Af02f5971e71ac502441E49",
"symbol": "fUSD",
"address": "0x249BE57637D8B013Ad64785404b24aeBaE9B098B",
"symbol": "fUSD (Deprecated)",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xd0ce1b4A349C35e61Af02f5971e71ac502441E49/logo.png"
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x249BE57637D8B013Ad64785404b24aeBaE9B098B/logo.png"
},
{
"name": "Fuse Dollar",
"address": "0x249BE57637D8B013Ad64785404b24aeBaE9B098B",
"address": "0xd0ce1b4A349C35e61Af02f5971e71ac502441E49",
"symbol": "fUSD (Deprecated)",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x249BE57637D8B013Ad64785404b24aeBaE9B098B/logo.png"
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xd0ce1b4A349C35e61Af02f5971e71ac502441E49/logo.png"
},
{
"name": "Fuse Dollar V3",
"address": "0xCE86a1cf3cFf48139598De6bf9B1dF2E0f79F86F",
"symbol": "fUSDV3",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xd0ce1b4A349C35e61Af02f5971e71ac502441E49/logo.png"
},
{
"name": "GoodDollar",
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.10.0",
"version": "3.11.0",
"description": "◦ The voltage.finance default token list",
"main": "build/voltage-swap-default.tokenlist.json",
"scripts": {
Expand Down
10 changes: 9 additions & 1 deletion src/tokens/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
{
"name": "Fuse Dollar",
"address": "0xd0ce1b4A349C35e61Af02f5971e71ac502441E49",
"symbol": "fUSD",
"symbol": "fUSD (Deprecated)",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xd0ce1b4A349C35e61Af02f5971e71ac502441E49/logo.png"
Expand Down Expand Up @@ -167,5 +167,13 @@
"decimals": 6,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10/logo.png"
},
{
"name": "Fuse Dollar V3",
"address": "0xCE86a1cf3cFf48139598De6bf9B1dF2E0f79F86F",
"symbol": "fUSDV3",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xd0ce1b4A349C35e61Af02f5971e71ac502441E49/logo.png"
}
]

0 comments on commit 382451a

Please sign in to comment.