Skip to content

Commit

Permalink
add ETH token for Optimism
Browse files Browse the repository at this point in the history
  • Loading branch information
aleots committed Apr 10, 2024
1 parent b414a0f commit 879a123
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/data/tokenConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,15 @@ export const tokenConfig: Token[] = [
decimals: 18,
chain: chainSlugMap.ARBITRUM.id,
},
{
src: "",
alt: "",
symbol: "ETH",
address: "",
coinGeckoId: "ethereum",
decimals: 18,
chain: chainSlugMap.OPTIMISM.id,
},
]
// --- ETH ACCEPTED TOKENS ---
let acceptedETHDepositTokens = [
Expand Down

0 comments on commit 879a123

Please sign in to comment.