Skip to content

Commit

Permalink
Update InventoryClient.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed May 10, 2024
1 parent 7fb5fe9 commit 890dbd4
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 @@ -821,7 +821,7 @@ export class InventoryClient {
for (const { l2Token, amount, targetPct, thresholdPct, cumulativeBalance, hash, chainId } of rebalances) {
const tokenInfo = this.hubPoolClient.getTokenInfoForAddress(l2Token, chainId);
if (!tokenInfo) {
`InventoryClient::rebalanceInventoryIfNeeded no token info for L2 token ${l2Token} on chain ${chainId}`
`InventoryClient::rebalanceInventoryIfNeeded no token info for L2 token ${l2Token} on chain ${chainId}`;
}
const { symbol, decimals } = tokenInfo;
const formatter = createFormatFunction(2, 4, false, decimals);
Expand Down

0 comments on commit 890dbd4

Please sign in to comment.