Skip to content

Commit

Permalink
feat: adds wstETH
Browse files Browse the repository at this point in the history
  • Loading branch information
darkpaladi committed Nov 12, 2024
1 parent a211869 commit e9e33b6
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-10-01T09:23:18.056Z",
"timestamp": "2024-11-12T10:13:41.603Z",
"version": {
"major": 3,
"minor": 29,
"minor": 30,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -350,6 +350,14 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x0BE9e53fd7EDaC9F859882AfdDa116645287C629/logo.png"
},
{
"name": "Wrapped Lido Staked Ether",
"address": "0x2931B47c2cEE4fEBAd348ba3d322cb4A17662C34",
"symbol": "wstETH",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x3c5DD992D72D082B44c7505015E09fdb1e975eC2/logo.png"
}
]
}
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.29.0",
"version": "3.30.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 @@ -335,5 +335,13 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0xb10eD6E3810c95a380E4f3e448af1755fa3368cf/logo.png"
},
{
"name": "Wrapped Lido Staked Ether",
"address": "0x2931B47c2cEE4fEBAd348ba3d322cb4A17662C34",
"symbol": "wstETH",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x3c5DD992D72D082B44c7505015E09fdb1e975eC2/logo.png"
}
]

0 comments on commit e9e33b6

Please sign in to comment.