feat: support dex aggregator on BSC chain

This commit is contained in:
c4605
2025-03-29 09:48:46 +01:00
parent 819546763d
commit e969fd04ee

View File

@@ -28,6 +28,7 @@ export const possibleSwapOnEVMChains = [
KnownChainId.EVM.Base,
KnownChainId.EVM.Arbitrum,
KnownChainId.EVM.Linea,
KnownChainId.EVM.BSC,
] satisfies KnownChainId.EVMChain[]
export interface EVMDexAggregatorSwapParameters {