Skip to content

Commit

Permalink
Merge branch 'pedro/grwth-4419-add-degen-to-explorer' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed May 9, 2024
2 parents a81f1eb + 3420693 commit 7eb60f4
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions utils/paymentTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,32 +614,11 @@ export const chainPaymentTokensMap = {
name: 'WDEGEN',
decimals: 18,
},
{
chainId: 1,
address: zeroAddress,
symbol: 'ETH',
name: 'ETH',
decimals: 18,
},
{
chainId: 8453,
address: zeroAddress,
symbol: 'ETH',
name: 'Base ETH',
decimals: 18,
},
{
chainId: 10,
address: zeroAddress,
symbol: 'ETH',
name: 'Optimism ETH',
decimals: 18,
},
{
chainId: 7777777,
address: zeroAddress,
symbol: 'ETH',
name: 'Zora ETH',
address: '0x4ed4e862860bed51a9570b96d89af5e1b0efefed',
symbol: 'DEGEN',
name: 'Base DEGEN',
decimals: 18,
},
],
Expand Down

0 comments on commit 7eb60f4

Please sign in to comment.