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 10, 2024
2 parents 67dd821 + ef54ee3 commit 53bd8dd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions utils/paymentTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,19 +607,5 @@ export const chainPaymentTokensMap = {
name: 'DEGEN',
decimals: 18,
},
{
chainId: 666666666,
address: '0xeb54dacb4c2ccb64f8074eceea33b5ebb38e5387',
symbol: 'WDEGEN',
name: 'WDEGEN',
decimals: 18,
},
{
chainId: 8453,
address: '0x4ed4e862860bed51a9570b96d89af5e1b0efefed',
symbol: 'DEGEN',
name: 'Base DEGEN',
decimals: 18,
},
],
} as Record<number, PaymentToken[]>

0 comments on commit 53bd8dd

Please sign in to comment.