Skip to content

Commit 95495f0

Browse files
authored
fix(ABI): add bool to supported non-abi types (#77)
1 parent 5104707 commit 95495f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eip712/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
HexBytes: "bytes",
1515
bytes: "bytes",
1616
str: "string",
17+
bool: "bool",
1718
}
1819

1920

0 commit comments

Comments
 (0)