Skip to content

Commit

Permalink
add asUSDC
Browse files Browse the repository at this point in the history
  • Loading branch information
mul53 committed Mar 25, 2024
1 parent 9398c9e commit 76c7748
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
12 changes: 10 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-03-15T09:38:50.652Z",
"timestamp": "2024-03-25T11:15:44.625Z",
"version": {
"major": 3,
"minor": 15,
"minor": 16,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -38,6 +38,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x2b09179D26FdDB27a24ee25328890791c7A984c2/logo.png"
},
{
"name": "USDC Solana",
"address": "0x830cFB18ae30B7D989f6950638Be15816416ff5c",
"symbol": "asUSDC",
"decimals": 6,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5/logo.png"
},
{
"name": "BNB on Fuse",
"address": "0x6acb34b1Df86E254b544189Ec32Cf737e2482058",
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.15.0",
"version": "3.16.0",
"description": "◦ The voltage.finance default token list",
"main": "build/voltage-swap-default.tokenlist.json",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,13 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x5DD8015cec49F4dB01fd228F688BF30337d3e0A9/logo.png"
},
{
"name": "USDC Solana",
"address": "0x830cFB18ae30B7D989f6950638Be15816416ff5c",
"symbol": "asUSDC",
"decimals": 6,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5/logo.png"
}
]

0 comments on commit 76c7748

Please sign in to comment.