Skip to content

Commit

Permalink
Updated min length in fungible token endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
productshiv committed May 21, 2024
1 parent 2b5e6d3 commit cc8e285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/schemas/ChainDeploySolanaSpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ properties:
deployment of SPL will be paid. Private key, or signature Id must be present.
type: string
example: 3abc79a31093e4cfa4a724e94a44906cbbc3a32e2f75f985a28616676a5dbaf1de8d82a7e1d0561bb0e1b729c7a9b9b1708cf2803ad0ca928a332587ace391ad
maxLength: 103
minLength: 128
maxLength: 104
minLength: 1
feePayer:
description:
Address on the Solana blockchain, from which the fee will be paid
Expand Down

0 comments on commit cc8e285

Please sign in to comment.