Skip to content

Commit

Permalink
Merge pull request #11 from consensys-vertical-apps/MMI-fix-signTyped…
Browse files Browse the repository at this point in the history
…Data-result-example

MMI - use key data instead of payload
  • Loading branch information
zone-live authored Nov 16, 2023
2 parents b5481fa + a9f1075 commit 6856767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"name": "custodianSignExampleAddressAndPayload",
"value": {
"address": "0xb2c77973279baaaf48c295145802695631d50c01",
"payload": "0x48656c6c6f20776f726c64"
"message": "0x48656c6c6f20776f726c64"
}
},
{
Expand Down Expand Up @@ -265,7 +265,7 @@
"name": "custodianSignTypedDataExampleAddress",
"value": {
"address": "0xb2c77973279baaaf48c295145802695631d50c01",
"payload": {
"data": {
"types": {
"EIP712Domain": [
{
Expand Down

0 comments on commit 6856767

Please sign in to comment.