Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samteb committed Feb 27, 2024
1 parent f55dbf9 commit 269823b
Show file tree
Hide file tree
Showing 5 changed files with 651 additions and 631 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ test_checkSignTypedData {
with data.entities as entities

checkIntentDomain({
"chainId": {"1", "137"},
"name": {"UNI", "LINK"},
"verifyingContract": {"eip155:137:0xa45e21e9370ba031c5e1f47dedca74a7ce2ed7a3"},
"chainId": ["1", "137"],
"name": ["UNI", "LINK"],
"verifyingContract": ["eip155:137:0xa45e21e9370ba031c5e1f47dedca74a7ce2ed7a3"],
}) with input as signTypedDataRequest with data.entities as entities
}
Loading

0 comments on commit 269823b

Please sign in to comment.