We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5859b commit 02000dbCopy full SHA for 02000db
src/server/routes/contract/extensions/erc1155/write/mintAdditionalSupplyTo.ts
@@ -42,7 +42,7 @@ export async function erc1155mintAdditionalSupplyTo(fastify: FastifyInstance) {
42
Body: Static<typeof requestBodySchema>;
43
}>({
44
method: "POST",
45
- url: "/contract/:chain:contractAddress/erc1155/mint-additional-supply-to",
+ url: "/contract/:chain/:contractAddress/erc1155/mint-additional-supply-to",
46
schema: {
47
summary: "Mint additional supply",
48
description:
0 commit comments