Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 16ef09e

Browse files
committed
Merge remote-tracking branch 'origin/pedro/platf-4762-add-game7-mainnet-to-reservoirkit-and-explorer' into dev
2 parents efe8d60 + d1aba21 commit 16ef09e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

utils/paymentTokens.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,6 +1534,23 @@ export const chainPaymentTokensMap = {
15341534
address: '0x3439153eb7af838ad19d56e1571fbd09333c2809',
15351535
symbol: 'WETH',
15361536
name: 'WETH',
1537+
},
1538+
],
1539+
1540+
//game7
1541+
2187: [
1542+
{
1543+
chainId: 2187,
1544+
address: zeroAddress,
1545+
symbol: 'G7',
1546+
name: 'Game7',
1547+
decimals: 18,
1548+
},
1549+
{
1550+
chainId: 2187,
1551+
address: '0xfa3ed70386b9255fC04aA008A8ad1B0CDa816Fac',
1552+
symbol: 'WG7',
1553+
name: 'Wrapped Game7',
15371554
decimals: 18,
15381555
},
15391556
],

0 commit comments

Comments
 (0)