Skip to content

Commit 4f35964

Browse files
Merge pull request #51 from voltfinance/musab/feat/deprecate-old-tokens
Deprecate USDC, USDT, and WETH on Fuse
2 parents a858db3 + 379dc07 commit 4f35964

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

build/voltage-swap-default.tokenlist.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "Voltage Swap List",
3-
"timestamp": "2025-04-09T10:47:36.409Z",
3+
"timestamp": "2025-04-27T13:54:19.743Z",
44
"version": {
55
"major": 3,
6-
"minor": 38,
6+
"minor": 39,
77
"patch": 0
88
},
99
"tags": {},
@@ -265,7 +265,7 @@
265265
{
266266
"name": "USD Coin on Fuse",
267267
"address": "0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5",
268-
"symbol": "USDC",
268+
"symbol": "USDC (Deprecated)",
269269
"decimals": 6,
270270
"chainId": 122,
271271
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5/logo.png"
@@ -295,20 +295,20 @@
295295
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x4447863cddABbF2c3dAC826f042e03c91927A196/logo.png"
296296
},
297297
{
298-
"name": "Tether USD on Fuse",
299-
"address": "0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10",
298+
"name": "Tether USD on Fuse - Stargate",
299+
"address": "0x3695Dd1D1D43B794C0B13eb8be8419Eb3ac22bf7",
300300
"symbol": "USDT",
301301
"decimals": 6,
302302
"chainId": 122,
303-
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10/logo.png"
303+
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x3695Dd1D1D43B794C0B13eb8be8419Eb3ac22bf7/logo.png"
304304
},
305305
{
306-
"name": "Tether USD on Fuse - Stargate",
307-
"address": "0x3695Dd1D1D43B794C0B13eb8be8419Eb3ac22bf7",
308-
"symbol": "USDT",
306+
"name": "Tether USD on Fuse",
307+
"address": "0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10",
308+
"symbol": "USDT (Deprecated)",
309309
"decimals": 6,
310310
"chainId": 122,
311-
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x3695Dd1D1D43B794C0B13eb8be8419Eb3ac22bf7/logo.png"
311+
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10/logo.png"
312312
},
313313
{
314314
"name": "Tether USD V2",
@@ -343,20 +343,20 @@
343343
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x34009565bfEeFded0F7e774629a745636Bf35E82/logo.png"
344344
},
345345
{
346-
"name": "Wrapped Ether on Fuse",
347-
"address": "0xa722c13135930332Eb3d749B2F0906559D2C5b99",
346+
"name": "Wrapped Ether on Fuse - Stargate",
347+
"address": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
348348
"symbol": "WETH",
349349
"decimals": 18,
350350
"chainId": 122,
351-
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xa722c13135930332Eb3d749B2F0906559D2C5b99/logo.png"
351+
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/logo.png"
352352
},
353353
{
354-
"name": "Wrapped Ether on Fuse - Stargate",
355-
"address": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
356-
"symbol": "WETH",
354+
"name": "Wrapped Ether on Fuse",
355+
"address": "0xa722c13135930332Eb3d749B2F0906559D2C5b99",
356+
"symbol": "WETH (Deprecated)",
357357
"decimals": 18,
358358
"chainId": 122,
359-
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/logo.png"
359+
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xa722c13135930332Eb3d749B2F0906559D2C5b99/logo.png"
360360
},
361361
{
362362
"name": "Wrapped Ether on Fuse",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voltage-finance/swap-default-token-list",
3-
"version": "3.38.0",
3+
"version": "3.39.0",
44
"description": "◦ The voltage.finance default token list",
55
"main": "build/voltage-swap-default.tokenlist.json",
66
"scripts": {

src/tokens/fuse.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{
3535
"name": "USD Coin on Fuse",
3636
"address": "0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5",
37-
"symbol": "USDC",
37+
"symbol": "USDC (Deprecated)",
3838
"decimals": 6,
3939
"chainId": 122,
4040
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5/logo.png"
@@ -58,7 +58,7 @@
5858
{
5959
"name": "Wrapped Ether on Fuse",
6060
"address": "0xa722c13135930332Eb3d749B2F0906559D2C5b99",
61-
"symbol": "WETH",
61+
"symbol": "WETH (Deprecated)",
6262
"decimals": 18,
6363
"chainId": 122,
6464
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xa722c13135930332Eb3d749B2F0906559D2C5b99/logo.png"
@@ -75,7 +75,7 @@
7575
{
7676
"name": "Tether USD on Fuse",
7777
"address": "0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10",
78-
"symbol": "USDT",
78+
"symbol": "USDT (Deprecated)",
7979
"decimals": 6,
8080
"chainId": 122,
8181
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10/logo.png"

0 commit comments

Comments
 (0)