Skip to content

Commit

Permalink
Add "address payable" to schema validation (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
manumonti authored Apr 26, 2024
2 parents f32b4f9 + fce5be3 commit 5fcae10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taco/src/conditions/base/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const EthBaseTypes: [string, ...string[]] = [
'bool',
'string',
'address',
'address payable',
...Array.from({ length: 32 }, (_v, i) => `bytes${i + 1}`), // bytes1 through bytes32
'bytes',
...Array.from({ length: 32 }, (_v, i) => `uint${8 * (i + 1)}`), // uint8 through uint256
Expand Down

0 comments on commit 5fcae10

Please sign in to comment.