From ad802a6d130ce09fcacd8743fd6756550137d445 Mon Sep 17 00:00:00 2001 From: Jaden Date: Wed, 22 May 2024 14:09:02 -0400 Subject: [PATCH] feat: adding USDC and SKL as listing currencies --- utils/chains.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/utils/chains.ts b/utils/chains.ts index a1c4a7d5d..7585176a3 100644 --- a/utils/chains.ts +++ b/utils/chains.ts @@ -455,6 +455,20 @@ export default [ 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, + }, ], oracleBidsEnabled: true, checkPollingInterval: reservoirChains.nebula.checkPollingInterval,