Skip to content

Commit

Permalink
Add OETH and wOETH tokens (#91)
Browse files Browse the repository at this point in the history
Resolves #84
Resolves #85
  • Loading branch information
kkosiorowska committed May 17, 2023
2 parents 1f0cb83 + e2edc59 commit d9a6389
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions chains/1.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,5 +299,19 @@
"symbol": "tBTC",
"decimals": 18,
"logoURI": "../images/tBTCv2.png"
},
{
"address": "0x856c4Efb76C1D1AE02e20CEB03A2A6a08b0b8dC3",
"name": "Origin Ether",
"symbol": "OETH",
"decimals": 18,
"logoURI": "../images/oeth.png"
},
{
"address": "0xDcEe70654261AF21C44c093C300eD3Bb97b78192",
"name": "Wrapped OETH",
"symbol": "wOETH",
"decimals": 18,
"logoURI": "../images/woeth.png"
}
]
Binary file added images/oeth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/woeth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d9a6389

Please sign in to comment.