diff --git a/src/clients/InventoryClient.ts b/src/clients/InventoryClient.ts index 92496aabc..4029a7a88 100644 --- a/src/clients/InventoryClient.ts +++ b/src/clients/InventoryClient.ts @@ -701,7 +701,7 @@ export class InventoryClient { } getPossibleRebalances(): Rebalance[] { - const chainIds = this.getEnabledChains(); + const chainIds = this.getEnabledL2Chains(); const rebalancesRequired: Rebalance[] = []; for (const l1Token of this.getL1Tokens()) {