Skip to content

Commit

Permalink
refactor(sdk): bump max royalty perc to 20 (#87)
Browse files Browse the repository at this point in the history
refactor: bump max royalty perc to 20
  • Loading branch information
iamcrazycoder authored Oct 24, 2023
1 parent 95f30f7 commit fce5141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export const MAXIMUM_FEE = 5000000
export const MAXIMUM_SCRIPT_ELEMENT_SIZE = 520

// Maximum royalty percentage
export const MAXIMUM_ROYALTY_PERCENTAGE = 0.1
export const MAXIMUM_ROYALTY_PERCENTAGE = 0.2

0 comments on commit fce5141

Please sign in to comment.