Skip to content

Commit

Permalink
Merge pull request #270 from rekmarks/patch-1
Browse files Browse the repository at this point in the history
Remove `wallet_switchEthereumChain` from list of methods in CAIP-25 examples
  • Loading branch information
bumblefudge authored Mar 28, 2024
2 parents 5dd3a2f + 240418e commit b01678c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CAIPs/caip-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Example:
"notifications": ["accountsChanged", "chainChanged"]
},
"wallet": {
"methods": ["wallet_getPermissions", "wallet_switchEthereumChain", "wallet_creds_store", "wallet_creds_verify", "wallet_creds_issue", "wallet_creds_present"],
"methods": ["wallet_getPermissions", "wallet_creds_store", "wallet_creds_verify", "wallet_creds_issue", "wallet_creds_present"],
"notifications": []
},
"cosmos": {
Expand Down Expand Up @@ -187,7 +187,7 @@ An example of a successful response follows:
"accounts":["eip155:42161:0x0910e12C68d02B561a34569E1367c9AAb42bd810"]
},
"wallet": {
"methods": ["wallet_getPermissions", "wallet_switchEthereumChain", "wallet_creds_store", "wallet_creds_verify", "wallet_creds_issue", "wallet_creds_present"],
"methods": ["wallet_getPermissions", "wallet_creds_store", "wallet_creds_verify", "wallet_creds_issue", "wallet_creds_present"],
"notifications": []
},
"cosmos": {
Expand Down

0 comments on commit b01678c

Please sign in to comment.