Skip to content

Commit

Permalink
Add back payment tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-palmer committed Jul 13, 2024
1 parent dc69c0e commit ca51a33
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions utils/paymentTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,34 @@ export const chainPaymentTokensMap = {
name: 'WETH',
decimals: 18,
},
{
chainId: 1,
address: zeroAddress,
symbol: 'ETH',
name: 'ETH',
decimals: 18,
},
{
chainId: 10,
address: zeroAddress,
symbol: 'ETH',
name: 'Optimism ETH',
decimals: 18,
},
{
chainId: 8453,
address: zeroAddress,
symbol: 'ETH',
name: 'Base ETH',
decimals: 18,
},
{
chainId: 42161,
address: zeroAddress,
symbol: 'ETH',
name: 'Arbitrum ETH',
decimals: 18,
},
],

// polygonZkEvm
Expand Down

0 comments on commit ca51a33

Please sign in to comment.