Skip to content

Commit

Permalink
Add weETH and wstETH (#228)
Browse files Browse the repository at this point in the history
* Create manifest.json

* Add files via upload

* Create manifest.json

* Create manifest.json

* Add files via upload

* Create manifest.json
  • Loading branch information
vmichalik authored Jul 30, 2024
1 parent 903c88f commit 0213000
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 0 deletions.
Binary file added public/tokens/weeth/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/tokens/weeth/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "2021-05-18",
"type": "ERC20",
"isSuperToken": false,
"svgIconPath": "/tokens/weeth/icon.png",
"defaultColor":"#000000",
"coingeckoId": "",
"defaultPrice": 1,
"roundCurrencyUpto": "2"
}
10 changes: 10 additions & 0 deletions public/tokens/weethx/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "2021-05-18",
"type": "ERC20",
"isSuperToken": true,
"svgIconPath": "/tokens/weeth/icon.png",
"superTokenType": "ERC20_WRAPPER",
"defaultColor":"#000000",
"defaultPrice": 1,
"coingeckoId": ""
}
Binary file added public/tokens/wsteth/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/tokens/wsteth/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "2021-05-18",
"type": "ERC20",
"isSuperToken": false,
"svgIconPath": "/tokens/wsteth/icon.png",
"defaultColor":"#000000",
"coingeckoId": "",
"defaultPrice": 1,
"roundCurrencyUpto": "2"
}
10 changes: 10 additions & 0 deletions public/tokens/wstethx/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "2021-05-18",
"type": "ERC20",
"isSuperToken": true,
"svgIconPath": "/tokens/wsteth/icon.png",
"superTokenType": "ERC20_WRAPPER",
"defaultColor":"#000000",
"defaultPrice": 1,
"coingeckoId": ""
}

0 comments on commit 0213000

Please sign in to comment.