From d1aba21dfecde3185f93a74736e826b12c0a669f Mon Sep 17 00:00:00 2001 From: Jaden Date: Wed, 18 Dec 2024 11:40:43 -0500 Subject: [PATCH] feat: adding game7 payment tokens --- utils/paymentTokens.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/utils/paymentTokens.ts b/utils/paymentTokens.ts index e2308a69..b1cdc7de 100644 --- a/utils/paymentTokens.ts +++ b/utils/paymentTokens.ts @@ -1001,4 +1001,22 @@ export const chainPaymentTokensMap = { decimals: 18, }, ], + + //game7 + 2187: [ + { + chainId: 2187, + address: zeroAddress, + symbol: 'G7', + name: 'Game7', + decimals: 18, + }, + { + chainId: 2187, + address: '0xfa3ed70386b9255fC04aA008A8ad1B0CDa816Fac', + symbol: 'Wrapped Game7', + name: 'WG7', + decimals: 18, + }, + ], } as Record