Skip to content

Commit

Permalink
add chainId
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Nov 27, 2024
1 parent 6e47a8e commit 72217dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validations/module.validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ const dynamicNftOptions = () => {
// platform: Joi.string().default(null),
metadata: Joi.object().keys({
transactionHash: Joi.string().required(),
chainId: Joi.number().required(),
}),
})
.required(),
Expand Down

0 comments on commit 72217dc

Please sign in to comment.