Skip to content

Commit

Permalink
feat: add workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Oct 22, 2024
1 parent 212746e commit 7648573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const tokenSchema = {
pattern: '^0x[a-fA-F0-9]{40}$'
},
underlyingTokensAddresses: {
type: 'array',
type: ['array', 'null'],
items: {
type: 'string',
pattern: '^0x[a-fA-F0-9]{40}$'
Expand Down

0 comments on commit 7648573

Please sign in to comment.