File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- import { Type } from "@sinclair/typebox" ;
1
+ import { Type , type Static } from "@sinclair/typebox" ;
2
2
import type { FastifyInstance } from "fastify" ;
3
3
import { StatusCodes } from "http-status-codes" ;
4
4
import { getChainMetadata } from "thirdweb/chains" ;
Original file line number Diff line number Diff line change 1
- import { Type } from "@sinclair/typebox" ;
1
+ import { Type , type Static } from "@sinclair/typebox" ;
2
2
import { fetchChains } from "@thirdweb-dev/chains" ;
3
3
import type { FastifyInstance } from "fastify" ;
4
4
import { StatusCodes } from "http-status-codes" ;
Original file line number Diff line number Diff line change 1
- import { Type } from "@sinclair/typebox" ;
1
+ import { Type , type Static } from "@sinclair/typebox" ;
2
2
import type { FastifyInstance } from "fastify" ;
3
3
import { StatusCodes } from "http-status-codes" ;
4
4
import { getContract } from "../../../../../utils/cache/getContract" ;
Original file line number Diff line number Diff line change 1
- import { Type } from "@sinclair/typebox" ;
1
+ import { Type , type Static } from "@sinclair/typebox" ;
2
2
import type { FastifyInstance } from "fastify" ;
3
3
import { StatusCodes } from "http-status-codes" ;
4
4
import { queueTx } from "../../../../../db/transactions/queueTx" ;
You can’t perform that action at this time.
0 commit comments