Skip to content

Commit

Permalink
Merge branch 'master' into npai/inventory-client-protection
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai authored Oct 9, 2023
2 parents 51ffb60 + 24be489 commit f0a036d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clients/InventoryClient.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { TOKEN_SYMBOLS_MAP } from "@across-protocol/constants-v2";
import {
BigNumber,
winston,
Expand Down Expand Up @@ -451,8 +452,7 @@ export class InventoryClient {
if (!this.isInventoryManagementEnabled()) {
return;
}
const l1Weth = "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";

const l1Weth = TOKEN_SYMBOLS_MAP.WETH.addresses[this.hubPoolClient.chainId];
const chains = await Promise.all(
this.getEnabledChains()
.map((chainId) => {
Expand Down

0 comments on commit f0a036d

Please sign in to comment.