Skip to content

Commit

Permalink
modify ordering of methods in sessionScopes... this shouldnt be order…
Browse files Browse the repository at this point in the history
… sensitive in api-specs but it is... (#287)
  • Loading branch information
adonesky1 authored Feb 20, 2025
1 parent c1747d5 commit d01c024
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions multichain/openrpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,16 @@ methods:
accounts:
- eip155:1337:0x5cfe73b6021e818b776b421b1c4db2474086a7e1
methods:
- personal_sign
- eth_signTypedData_v4
- wallet_watchAsset
- eth_sendTransaction
- eth_decrypt
- eth_getEncryptionPublicKey
- web3_clientVersion
- eth_subscribe
- eth_unsubscribe
- wallet_swapAsset
- eth_blockNumber
- eth_call
- eth_chainId
Expand Down Expand Up @@ -127,9 +130,6 @@ methods:
- eth_sendRawTransaction
- eth_syncing
- eth_uninstallFilter
- personal_sign
- eth_signTypedData_v4
- wallet_swapAsset
notifications:
- eth_subscription
wallet:
Expand Down Expand Up @@ -166,13 +166,16 @@ methods:
accounts:
- eip155:1337:0x5cfe73b6021e818b776b421b1c4db2474086a7e1
methods:
- personal_sign
- eth_signTypedData_v4
- wallet_watchAsset
- eth_sendTransaction
- eth_decrypt
- eth_getEncryptionPublicKey
- web3_clientVersion
- eth_subscribe
- eth_unsubscribe
- wallet_swapAsset
- eth_blockNumber
- eth_call
- eth_chainId
Expand Down Expand Up @@ -203,9 +206,6 @@ methods:
- eth_sendRawTransaction
- eth_syncing
- eth_uninstallFilter
- personal_sign
- eth_signTypedData_v4
- wallet_swapAsset
notifications:
- eth_subscription
wallet:
Expand Down Expand Up @@ -322,13 +322,16 @@ methods:
accounts:
- eip155:1337:0x5cfe73b6021e818b776b421b1c4db2474086a7e1
methods:
- personal_sign
- eth_signTypedData_v4
- wallet_watchAsset
- eth_sendTransaction
- eth_decrypt
- eth_getEncryptionPublicKey
- web3_clientVersion
- eth_subscribe
- eth_unsubscribe
- wallet_swapAsset
- eth_blockNumber
- eth_call
- eth_chainId
Expand Down Expand Up @@ -359,9 +362,6 @@ methods:
- eth_sendRawTransaction
- eth_syncing
- eth_uninstallFilter
- personal_sign
- eth_signTypedData_v4
- wallet_swapAsset
notifications:
- eth_subscription
wallet:
Expand Down Expand Up @@ -400,13 +400,16 @@ methods:
accounts:
- eip155:1337:0x5cfe73b6021e818b776b421b1c4db2474086a7e1
methods:
- personal_sign
- eth_signTypedData_v4
- wallet_watchAsset
- eth_sendTransaction
- eth_decrypt
- eth_getEncryptionPublicKey
- web3_clientVersion
- eth_subscribe
- eth_unsubscribe
- wallet_swapAsset
- eth_blockNumber
- eth_call
- eth_chainId
Expand Down Expand Up @@ -437,9 +440,6 @@ methods:
- eth_sendRawTransaction
- eth_syncing
- eth_uninstallFilter
- personal_sign
- eth_signTypedData_v4
- wallet_swapAsset
notifications:
- eth_subscription
wallet:
Expand Down Expand Up @@ -472,13 +472,16 @@ methods:
accounts:
- eip155:1:0x5cfe73b6021e818b776b421b1c4db2474086a7e1
methods:
- personal_sign
- eth_signTypedData_v4
- wallet_watchAsset
- eth_sendTransaction
- eth_decrypt
- eth_getEncryptionPublicKey
- web3_clientVersion
- eth_subscribe
- eth_unsubscribe
- wallet_swapAsset
- eth_blockNumber
- eth_call
- eth_chainId
Expand Down Expand Up @@ -509,22 +512,22 @@ methods:
- eth_sendRawTransaction
- eth_syncing
- eth_uninstallFilter
- personal_sign
- eth_signTypedData_v4
- wallet_swapAsset
notifications:
- eth_subscription
eip155:1337:
accounts:
- eip155:1337:0x5cfe73b6021e818b776b421b1c4db2474086a7e1
methods:
- personal_sign
- eth_signTypedData_v4
- wallet_watchAsset
- eth_sendTransaction
- eth_decrypt
- eth_getEncryptionPublicKey
- web3_clientVersion
- eth_subscribe
- eth_unsubscribe
- wallet_swapAsset
- eth_blockNumber
- eth_call
- eth_chainId
Expand Down Expand Up @@ -555,22 +558,22 @@ methods:
- eth_sendRawTransaction
- eth_syncing
- eth_uninstallFilter
- personal_sign
- eth_signTypedData_v4
- wallet_swapAsset
notifications:
- eth_subscription
eip155:59144:
accounts:
- eip155:59144:0x5cfe73b6021e818b776b421b1c4db2474086a7e1
methods:
- personal_sign
- eth_signTypedData_v4
- wallet_watchAsset
- eth_sendTransaction
- eth_decrypt
- eth_getEncryptionPublicKey
- web3_clientVersion
- eth_subscribe
- eth_unsubscribe
- wallet_swapAsset
- eth_blockNumber
- eth_call
- eth_chainId
Expand Down Expand Up @@ -601,9 +604,6 @@ methods:
- eth_sendRawTransaction
- eth_syncing
- eth_uninstallFilter
- personal_sign
- eth_signTypedData_v4
- wallet_swapAsset
notifications:
- eth_subscription

Expand Down

0 comments on commit d01c024

Please sign in to comment.