Skip to content

Commit

Permalink
clarify example response from PR 301 post-merge commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblefudge committed Jul 16, 2024
1 parent a6fb781 commit 0b6310c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CAIPs/caip-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ An example of a successful response follows:
"eip155:42161": {
"methods": ["personal_sign"],
"notifications": ["accountsChanged", "chainChanged"],
"accounts":["eip155:42161:0x0910e12C68d02B561a34569E1367c9AAb42bd810"]
"accounts":["eip155:42161:0x0910e12C68d02B561a34569E1367c9AAb42bd810"],
"rpcDocuments": "https://example.com/wallet_extension.json"
},
"eip155:0": {
"methods": ["wallet_getPermissions", "wallet_creds_store", "wallet_creds_verify", "wallet_creds_issue", "wallet_creds_present"],
Expand All @@ -179,15 +180,14 @@ An example of a successful response follows:
},
"scopedProperties": {
"eip155:42161": {
"rpcDocuments": "https://example.com/wallet_extension.json",
"configObject": {
"walletExtensionConfig": {
"foo": "bar"
}
}
},
"sessionProperties": {
"expiry": "2022-11-31T17:07:31+00:00",
"configObject": {
"globalConfig": {
"foo": "bar"
}
}
Expand Down

0 comments on commit 0b6310c

Please sign in to comment.