File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed
contract/extensions/erc20/write Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
1
import { Static , Type } from "@sinclair/typebox" ;
2
2
import { FastifyInstance } from "fastify" ;
3
3
import { StatusCodes } from "http-status-codes" ;
4
- import { Address } from "thirdweb" ;
4
+ import { Address , Hex } from "thirdweb" ;
5
5
import { claimTo } from "thirdweb/extensions/erc20" ;
6
6
import { resolvePromisedValue } from "thirdweb/utils" ;
7
7
import { getContractV5 } from "../../../../../../utils/cache/getContractv5" ;
Original file line number Diff line number Diff line change 1
1
import { FastifyInstance } from "fastify" ;
2
- < < < << << HEAD
3
2
import { getTransactionDetails } from "./admin/transaction" ;
4
- === === =
5
- >>> >>> > origin / main
6
3
import { createAccessToken } from "./auth/access-tokens/create" ;
7
4
import { getAllAccessTokens } from "./auth/access-tokens/getAll" ;
8
5
import { revokeAccessToken } from "./auth/access-tokens/revoke" ;
Original file line number Diff line number Diff line change 1
1
import { Static , Type } from "@sinclair/typebox" ;
2
2
import { FastifyInstance } from "fastify" ;
3
3
import { StatusCodes } from "http-status-codes" ;
4
- < < < << << HEAD
5
4
import { TransactionDB } from "../../../db/transactions/db" ;
6
5
import { getPercentile } from "../../../utils/math" ;
7
6
import { MinedTransaction } from "../../../utils/transaction/types" ;
8
7
import { MineTransactionQueue } from "../../../worker/queues/mineTransactionQueue" ;
9
8
import { SendTransactionQueue } from "../../../worker/queues/sendTransactionQueue" ;
10
- === === =
11
- import { prisma } from "../../../db/client" ;
12
- import { getQueueStatus } from "../../../db/transactions/getQueueStatus" ;
13
- import { getPercentile } from "../../../utils/math" ;
14
- >>> >>> > origin / main
15
9
import { standardResponseSchema } from "../../schemas/sharedApiSchemas" ;
16
10
17
11
const responseBodySchema = Type . Object ( {
You can’t perform that action at this time.
0 commit comments