File tree Expand file tree Collapse file tree 2 files changed +414
-0
lines changed
src/server/routes/contract/extensions/erc721 Expand file tree Collapse file tree 2 files changed +414
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { erc721GetClaimerProofs } from "./read/getClaimerProofs";
10
10
import { erc721GetOwned } from "./read/getOwned" ;
11
11
import { erc721IsApproved } from "./read/isApproved" ;
12
12
import { erc721SignatureGenerate } from "./read/signatureGenerate" ;
13
+ import { erc721SignaturePrepare } from "./read/signaturePrepare" ;
13
14
import { erc721TotalClaimedSupply } from "./read/totalClaimedSupply" ;
14
15
import { erc721TotalCount } from "./read/totalCount" ;
15
16
import { erc721TotalUnclaimedSupply } from "./read/totalUnclaimedSupply" ;
@@ -56,4 +57,5 @@ export const erc721Routes = async (fastify: FastifyInstance) => {
56
57
await fastify . register ( erc721SignatureMint ) ;
57
58
await fastify . register ( erc721SetClaimConditions ) ;
58
59
await fastify . register ( erc721UpdateClaimConditions ) ;
60
+ await fastify . register ( erc721SignaturePrepare ) ;
59
61
} ;
You can’t perform that action at this time.
0 commit comments