File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1- # trails-api v1 29bbde2b9e897c05d4538259d0a8df426b14aca4
1+ # trails-api v1 516088f18178ca4a85cac8429bb27812e6923021
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -2206,4 +2206,26 @@ components:
22062206 type : boolean
22072207 message :
22082208 type : string
2209+ AdminDeployCCTPMessageWalletRequest :
2210+ type : object
2211+ required :
2212+ - chainId
2213+ properties :
2214+ chainId :
2215+ type : number
2216+ AdminDeployCCTPMessageWalletResponse :
2217+ type : object
2218+ required :
2219+ - chainId
2220+ - walletAddress
2221+ - deployed
2222+ properties :
2223+ chainId :
2224+ type : number
2225+ walletAddress :
2226+ type : string
2227+ deployed :
2228+ type : boolean
2229+ deploymentTxHash :
2230+ type : string
22092231paths :
You can’t perform that action at this time.
0 commit comments