File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export async function deployPrebuilt(fastify: FastifyInstance) {
54
54
Body : Static < typeof requestBodySchema > ;
55
55
} > ( {
56
56
method : "POST" ,
57
- url : "/deploy/:chain/:contract_type " ,
57
+ url : "/deploy/:chain/:contractType " ,
58
58
schema : {
59
59
description : "Deploy prebuilt contract" ,
60
60
tags : [ "Deploy" ] ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export async function deployPublished(fastify: FastifyInstance) {
45
45
Body : Static < typeof requestBodySchema > ;
46
46
} > ( {
47
47
method : "POST" ,
48
- url : "/deploy/:chain/:publisher/:contract_name " ,
48
+ url : "/deploy/:chain/:publisher/:contractName " ,
49
49
schema : {
50
50
summary : "Deploy published contract" ,
51
51
description : "Deploy a published contract to the blockchain." ,
You can’t perform that action at this time.
0 commit comments