Skip to content

Commit

Permalink
Merge pull request #414 from TogetherCrew/add-chains
Browse files Browse the repository at this point in the history
add chainId
  • Loading branch information
Behzad-rabiei authored Nov 27, 2024
2 parents 4131e75 + 72217dc commit 8b59a11
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 8b59a11

Please sign in to comment.