Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pedro/platf-4762-add-game7-mainn…
Browse files Browse the repository at this point in the history
…et-to-reservoirkit-and-explorer' into dev
  • Loading branch information
JadenDurnford committed Dec 18, 2024
2 parents efe8d60 + d1aba21 commit 16ef09e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions utils/paymentTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1534,6 +1534,23 @@ export const chainPaymentTokensMap = {
address: '0x3439153eb7af838ad19d56e1571fbd09333c2809',
symbol: 'WETH',
name: 'WETH',
},
],

//game7
2187: [
{
chainId: 2187,
address: zeroAddress,
symbol: 'G7',
name: 'Game7',
decimals: 18,
},
{
chainId: 2187,
address: '0xfa3ed70386b9255fC04aA008A8ad1B0CDa816Fac',
symbol: 'WG7',
name: 'Wrapped Game7',
decimals: 18,
},
],
Expand Down

0 comments on commit 16ef09e

Please sign in to comment.