Skip to content

Commit

Permalink
feat: add joiSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Oct 11, 2023
1 parent c255ded commit 96969c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@ export const joiSchema = Joi.object().keys({
[ChainId.GNOSIS]: Joi.object().pattern(/^/, tokenInfo),
[ChainId.BASE]: Joi.object().pattern(/^/, tokenInfo),
[ChainId.POLYGONZKEVM]: Joi.object().pattern(/^/, tokenInfo),
[ChainId.LINEA]: Joi.object().pattern(/^/, tokenInfo),
[ChainId.MANTLE]: Joi.object().pattern(/^/, tokenInfo),
[ChainId.ZKSYNC]: Joi.object().pattern(/^/, tokenInfo),
});

0 comments on commit 96969c5

Please sign in to comment.