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