Skip to content

Commit d03d3c3

Browse files
alexandratranjiexi
andauthored
Apply suggestions from code review
Co-authored-by: jiexi <[email protected]>
1 parent fcaef43 commit d03d3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wallet/reference/multichain-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The scopes and properties of the created connection.
6868
"optionalScopes": {
6969
"eip155": {
7070
"references": ["1", "137"],
71-
"methods": ["eth_sendTransaction", "eth_signTransaction", "eth_sign", "get_balance", "personal_sign"],
71+
"methods": ["eth_sendTransaction", "eth_signTransaction", "eth_sign", "eth_subscribe", "get_balance", "personal_sign"],
7272
"notifications": ["eth_subscription"]
7373
},
7474
"eip155:10": {
@@ -99,7 +99,7 @@ The scopes and properties of the created connection.
9999
"sessionScopes": {
100100
"eip155": {
101101
"references": ["1", "137"],
102-
"methods": ["eth_sendTransaction", "eth_signTransaction", "get_balance", "eth_sign", "personal_sign"],
102+
"methods": ["eth_sendTransaction", "eth_signTransaction", "eth_subscribe", "get_balance", "eth_sign", "personal_sign"],
103103
"notifications": ["eth_subscription"],
104104
"accounts": ["eip155:1:0xab16a96d359ec26a11e2c2b3d8f8b8942d5bfcdb", "eip155:137:0xab16a96d359ec26a11e2c2b3d8f8b8942d5bfcdb"]
105105
},

0 commit comments

Comments
 (0)