feat: add USDC support for Arb

This commit is contained in:
c4605
2025-04-09 09:01:09 +02:00
parent 2de8abeaf5
commit c376508cf3

View File

@@ -254,6 +254,7 @@ const _getOnChainConfigsImpl = async (
// prettier-ignore
[
chain === KnownChainId.EVM.Base ? EVMToken.USDC :
chain === KnownChainId.EVM.Arbitrum ? EVMToken.USDC :
EVMToken.USDT
]: maybeAddress(configs[8]),
// prettier-ignore