Skip to content

Commit

Permalink
feat: adding USDC and SKL to payment tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenDurnford committed May 22, 2024
1 parent ad802a6 commit aa725f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions utils/paymentTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,20 @@ export const chainPaymentTokensMap = {
name: 'Europa ETH',
decimals: 18,
},
{
chainId: 1482601649,
address: '0xcc205196288b7a26f6d43bbd68aaa98dde97276d',
symbol: 'USDC',
name: 'USDC',
decimals: 18,
},
{
chainId: 1482601649,
address: '0x7f73b66d4e6e67bcdeaf277b9962addcdabbfc4d',
symbol: 'SKL',
name: 'SKL',
decimals: 18,
},
],

// cyber
Expand Down

0 comments on commit aa725f7

Please sign in to comment.