Skip to content

Commit

Permalink
fix: add tx kind as to query keys
Browse files Browse the repository at this point in the history
  • Loading branch information
euharrison committed Jan 15, 2025
1 parent a05fa4c commit acded8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/namadillo/src/atoms/fees/atoms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export const defaultGasConfigFamily = atomFamily(
minimumGasPrice.data,
gasLimitsTable.data,
gasToken,
txKinds,
],
...queryDependentFn(async () => {
invariant(
Expand Down

0 comments on commit acded8e

Please sign in to comment.