Skip to content

Commit

Permalink
Merge pull request #42 from voltfinance/feat/wseth
Browse files Browse the repository at this point in the history
Adds 3610430395 - Adds wstETH
  • Loading branch information
Supeeerpower authored Nov 12, 2024
2 parents a211869 + a15a367 commit 55691b0
Show file tree
Hide file tree
Showing 4 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-12T12:12:10.697Z",
"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/0x2931B47c2cEE4fEBAd348ba3d322cb4A17662C34/logo.png"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/0x2931B47c2cEE4fEBAd348ba3d322cb4A17662C34/logo.png"
}
]

0 comments on commit 55691b0

Please sign in to comment.