Skip to content

Commit

Permalink
add missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet10 committed Mar 7, 2024
1 parent 6454106 commit 8f0427e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/webapp/src/store/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

// =================================================================================================

import { getBlock } from "viem/actions"
import { getAccount, getNetwork, getPublicClient } from "wagmi/actions"

import { contractWriteThrowing } from "src/actions/libContractWrite"
import { AccountResult, Address, chains, NetworkResult, ZeroHash } from "src/chain"
import { deployment } from "src/deployment"
Expand All @@ -19,8 +22,6 @@ import { FetchedGameData, GameStatus } from "src/store/types"
import { setError } from "src/store/write"
import { formatTimestamp, parseBigInt } from "src/utils/js-utils"
import { THROTTLED, ZOMBIE } from "src/utils/throttledFetch"
import { getBlock } from "viem/actions"
import { getAccount, getNetwork, getPublicClient } from "wagmi/actions"

// =================================================================================================
// CHANGE LISTENERS
Expand Down

0 comments on commit 8f0427e

Please sign in to comment.