Skip to content

Commit

Permalink
feat: adding game7 payment tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenDurnford committed Dec 18, 2024
1 parent 934d59c commit d1aba21
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions utils/paymentTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<number, PaymentToken[]>

0 comments on commit d1aba21

Please sign in to comment.