Skip to content

Commit cf8ce5d

Browse files
authored
fix wallet_createSessionUnsupportedScopesExample (#299)
1 parent 4ef9112 commit cf8ce5d

File tree

1 file changed

+7
-53
lines changed

1 file changed

+7
-53
lines changed

multichain/openrpc.yaml

Lines changed: 7 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -458,11 +458,6 @@ methods:
458458
- eth_getBalance
459459
notifications:
460460
- eth_subscription
461-
result:
462-
name: wallet_createSessionUnsupportedScopesResultExample
463-
value:
464-
sessionProperties: {}
465-
sessionScopes:
466461
eip155:1:
467462
accounts:
468463
- eip155:1:0x5cfe73b6021e818b776b421b1c4db2474086a7e1
@@ -509,55 +504,14 @@ methods:
509504
- eth_uninstallFilter
510505
notifications:
511506
- eth_subscription
512-
eip155:1337:
513-
accounts:
514-
- eip155:1337:0x5cfe73b6021e818b776b421b1c4db2474086a7e1
515-
methods:
516-
- personal_sign
517-
- eth_signTypedData_v4
518-
- wallet_watchAsset
519-
- eth_sendTransaction
520-
- eth_decrypt
521-
- eth_getEncryptionPublicKey
522-
- web3_clientVersion
523-
- eth_subscribe
524-
- eth_unsubscribe
525-
- wallet_swapAsset
526-
- eth_blockNumber
527-
- eth_call
528-
- eth_chainId
529-
- eth_estimateGas
530-
- eth_feeHistory
531-
- eth_gasPrice
532-
- eth_getBalance
533-
- eth_getBlockByHash
534-
- eth_getBlockByNumber
535-
- eth_getBlockTransactionCountByHash
536-
- eth_getBlockTransactionCountByNumber
537-
- eth_getCode
538-
- eth_getFilterChanges
539-
- eth_getFilterLogs
540-
- eth_getLogs
541-
- eth_getProof
542-
- eth_getStorageAt
543-
- eth_getTransactionByBlockHashAndIndex
544-
- eth_getTransactionByBlockNumberAndIndex
545-
- eth_getTransactionByHash
546-
- eth_getTransactionCount
547-
- eth_getTransactionReceipt
548-
- eth_getUncleCountByBlockHash
549-
- eth_getUncleCountByBlockNumber
550-
- eth_newBlockFilter
551-
- eth_newFilter
552-
- eth_newPendingTransactionFilter
553-
- eth_sendRawTransaction
554-
- eth_syncing
555-
- eth_uninstallFilter
556-
notifications:
557-
- eth_subscription
558-
eip155:59144:
507+
result:
508+
name: wallet_createSessionUnsupportedScopesResultExample
509+
value:
510+
sessionProperties: {}
511+
sessionScopes:
512+
eip155:1:
559513
accounts:
560-
- eip155:59144:0x5cfe73b6021e818b776b421b1c4db2474086a7e1
514+
- eip155:1:0x5cfe73b6021e818b776b421b1c4db2474086a7e1
561515
methods:
562516
- personal_sign
563517
- eth_signTypedData_v4

0 commit comments

Comments
 (0)