Skip to content

Commit

Permalink
fix(InventoryClient): Ignore mainnet in rebalance evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed May 10, 2024
1 parent 8c179a7 commit fa96cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/InventoryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit fa96cd9

Please sign in to comment.