diff --git a/chains/1.json b/chains/1.json index 297e6f8..6ffa3b3 100644 --- a/chains/1.json +++ b/chains/1.json @@ -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" } ] \ No newline at end of file diff --git a/images/oeth.png b/images/oeth.png new file mode 100644 index 0000000..7909188 Binary files /dev/null and b/images/oeth.png differ diff --git a/images/woeth.png b/images/woeth.png new file mode 100644 index 0000000..ae4f178 Binary files /dev/null and b/images/woeth.png differ