File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
server/routes/contract/events Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,8 @@ import { thirdwebClient } from "../../../../shared/utils/sdk";
1313import { getChain } from "../../../../shared/utils/chain" ;
1414import { getChainIdFromChain } from "../../../utils/chain" ;
1515import { getContract , getContractEvents } from "thirdweb" ;
16- import { maybeBigInt } from "../../../../shared/utils/primitive-types" ;
1716import {
18- ContractEventV5 ,
17+ type ContractEventV5 ,
1918 toContractEventV4Schema ,
2019} from "../../../schemas/event" ;
2120import { createCustomError } from "../../../middleware/error" ;
Original file line number Diff line number Diff line change 77 WalletDetailsError ,
88 type ParsedWalletDetails ,
99} from "../../../shared/db/wallets/get-wallet-details" ;
10- import { doesChainSupportService } from "../../lib/chain/chain-capabilities" ;
1110import { createCustomError } from "../../../server/middleware/error" ;
1211import { SendTransactionQueue } from "../../../worker/queues/send-transaction-queue" ;
1312import { getChecksumAddress } from "../primitive-types" ;
You can’t perform that action at this time.
0 commit comments