Skip to content

Commit

Permalink
updated the URL for mintAdditionalSupplyTo (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanW3 authored Nov 13, 2023
1 parent bf5859b commit 02000db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export async function erc1155mintAdditionalSupplyTo(fastify: FastifyInstance) {
Body: Static<typeof requestBodySchema>;
}>({
method: "POST",
url: "/contract/:chain:contractAddress/erc1155/mint-additional-supply-to",
url: "/contract/:chain/:contractAddress/erc1155/mint-additional-supply-to",
schema: {
summary: "Mint additional supply",
description:
Expand Down

0 comments on commit 02000db

Please sign in to comment.