Skip to content

Commit

Permalink
feat: add sFUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
darkpaladi committed May 8, 2024
1 parent d7970e5 commit daf88b8
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-28T13:26:09.418Z",
"timestamp": "2024-05-07T08:53:27.200Z",
"version": {
"major": 3,
"minor": 17,
"minor": 18,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -166,6 +166,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x4b9aE621E54BF1ecFe39366BCA0018d97A2D510b/logo.png"
},
{
"name": "Liquid staked Fuse",
"address": "0xb1DD0B683d9A56525cC096fbF5eec6E60FE79871",
"symbol": "sFUSE",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xb1DD0B683d9A56525cC096fbF5eec6E60FE79871/logo.png"
},
{
"name": "USD Coin on Fuse",
"address": "0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5",
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.17.0",
"version": "3.18.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 @@ -239,5 +239,13 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x74616164eB1892ceC5fa553D45b3e5D6dF7BC7b9/logo.png"
},
{
"name": "Liquid staked Fuse",
"address": "0xb1DD0B683d9A56525cC096fbF5eec6E60FE79871",
"symbol": "sFUSE",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xb1DD0B683d9A56525cC096fbF5eec6E60FE79871/logo.png"
}
]

0 comments on commit daf88b8

Please sign in to comment.