Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading