Skip to content

Commit

Permalink
chore: target block lag
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris committed Oct 25, 2023
1 parent fd5dc96 commit 1d6d0e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import {
TOKEN_SYMBOLS_MAP,
maxRelayFeePct,
relayerFeeCapitalCostConfig,
BLOCK_TAG_LAG,
} from "./_constants";
import { PoolStateResult } from "./_types";

Expand Down Expand Up @@ -627,7 +628,8 @@ export const getBalance = (
return sdk.utils.getTokenBalance(
account,
token,
getProvider(Number(chainId))
getProvider(Number(chainId)),
BLOCK_TAG_LAG
);
};

Expand Down

0 comments on commit 1d6d0e6

Please sign in to comment.