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

rename tokens #45

Merged
merged 3 commits into from
Dec 31, 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
8 changes: 4 additions & 4 deletions build/voltage-swap-default.tokenlist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Voltage Swap List",
"timestamp": "2024-12-31T09:35:54.425Z",
"timestamp": "2024-12-31T08:42:38.367Z",
"version": {
"major": 3,
"minor": 33,
Expand Down Expand Up @@ -279,7 +279,7 @@
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5/logo.png"
},
{
"name": "USD Coin on Fuse",
"name": "Stargate USD Coin on Fuse",
"address": "0xc6Bc407706B7140EE8Eef2f86F9504651b63e7f9",
"symbol": "USDC.e",
"decimals": 6,
Expand All @@ -303,7 +303,7 @@
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10/logo.png"
},
{
"name": "Tether USD V2",
"name": "Stargate Tether USD V2",
"address": "0x3695Dd1D1D43B794C0B13eb8be8419Eb3ac22bf7",
"symbol": "USDT",
"decimals": 6,
Expand Down Expand Up @@ -343,7 +343,7 @@
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xa722c13135930332Eb3d749B2F0906559D2C5b99/logo.png"
},
{
"name": "Wrapped Ether on Fuse",
"name": "Stargate Wrapped Ether on Fuse",
"address": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
"symbol": "WETH",
"decimals": 18,
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.33.0",
"version": "3.34.0",
"description": "◦ The voltage.finance default token list",
"main": "build/voltage-swap-default.tokenlist.json",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/tokens/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5/logo.png"
},
{
"name": "USD Coin on Fuse",
"name": "USD Coin on Fuse (Stargate)",
"address": "0xc6Bc407706B7140EE8Eef2f86F9504651b63e7f9",
"symbol": "USDC.e",
"decimals": 6,
Expand All @@ -64,7 +64,7 @@
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xa722c13135930332Eb3d749B2F0906559D2C5b99/logo.png"
},
{
"name": "Wrapped Ether on Fuse",
"name": "Wrapped Ether on Fuse (Stargate)",
"address": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
"symbol": "WETH",
"decimals": 18,
Expand Down Expand Up @@ -193,7 +193,7 @@
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10/logo.png"
},
{
"name": "Tether USD V2",
"name": "Tether USD Stargate",
"address": "0x3695Dd1D1D43B794C0B13eb8be8419Eb3ac22bf7",
"symbol": "USDT",
"decimals": 6,
Expand Down
Loading