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

feat: stargate tokens #48

Merged
merged 1 commit 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
28 changes: 26 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-12-31T10:24:49.232Z",
"timestamp": "2024-12-31T10:42:19.980Z",
"version": {
"major": 3,
"minor": 36,
"minor": 37,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -278,6 +278,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5/logo.png"
},
{
"name": "USD Coin on Fuse (Stargate)",
"address": "0xc6Bc407706B7140EE8Eef2f86F9504651b63e7f9",
"symbol": "USDC.e",
"decimals": 6,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xc6Bc407706B7140EE8Eef2f86F9504651b63e7f9/logo.png"
},
{
"name": "USDM Stablecoin",
"address": "0x4447863cddABbF2c3dAC826f042e03c91927A196",
Expand All @@ -294,6 +302,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10/logo.png"
},
{
"name": "Tether USD Stargate",
"address": "0x3695Dd1D1D43B794C0B13eb8be8419Eb3ac22bf7",
"symbol": "USDT",
"decimals": 6,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x3695Dd1D1D43B794C0B13eb8be8419Eb3ac22bf7/logo.png"
},
{
"name": "Tether USD V2",
"address": "0x68c9736781E9316ebf5c3d49FE0C1f45D2D104Cd",
Expand Down Expand Up @@ -326,6 +342,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xa722c13135930332Eb3d749B2F0906559D2C5b99/logo.png"
},
{
"name": "Wrapped Ether on Fuse (Stargate)",
"address": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
"symbol": "WETH",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/logo.png"
},
{
"name": "Wrapped Ether on Fuse",
"address": "0xd8Bf72f3e163B9CF0C73dFdCC316417A5ac20670",
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.36.0",
"version": "3.37.0",
"description": "◦ The voltage.finance default token list",
"main": "build/voltage-swap-default.tokenlist.json",
"scripts": {
Expand Down
24 changes: 24 additions & 0 deletions src/tokens/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,5 +343,29 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x2931B47c2cEE4fEBAd348ba3d322cb4A17662C34/logo.png"
},
{
"name": "Tether USD Stargate",
"address": "0x3695Dd1D1D43B794C0B13eb8be8419Eb3ac22bf7",
"symbol": "USDT",
"decimals": 6,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x3695Dd1D1D43B794C0B13eb8be8419Eb3ac22bf7/logo.png"
},
{
"name": "USD Coin on Fuse (Stargate)",
"address": "0xc6Bc407706B7140EE8Eef2f86F9504651b63e7f9",
"symbol": "USDC.e",
"decimals": 6,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xc6Bc407706B7140EE8Eef2f86F9504651b63e7f9/logo.png"
},
{
"name": "Wrapped Ether on Fuse (Stargate)",
"address": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
"symbol": "WETH",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/logo.png"
}
]
Loading