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
11 changes: 3 additions & 8 deletions multichain/openrpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,6 @@ methods:
description: Properties that the wallet may use to determine if the session is valid.
schema:
type: object
properties:
expiry:
type: string
format: date-time
result:
name: wallet_createSessionResult
schema:
Expand All @@ -254,10 +250,6 @@ methods:
$ref: "#/components/schemas/SessionScopes"
sessionProperties:
type: object
properties:
expiry:
type: string
format: date-time
examples:
- name: wallet_createSessionEthExample
description: Example of a createSession request.
Expand Down Expand Up @@ -317,6 +309,7 @@ methods:
result:
name: wallet_createSessionResultExample
value:
sessionProperties: {}
sessionScopes:
eip155:1337:
accounts:
Expand Down Expand Up @@ -395,6 +388,7 @@ methods:
result:
name: wallet_createSessionEthUnsupportedMethodsResultExample
value:
sessionProperties: {}
sessionScopes:
eip155:1337:
accounts:
Expand Down Expand Up @@ -467,6 +461,7 @@ methods:
result:
name: wallet_createSessionUnsupportedScopesResultExample
value:
sessionProperties: {}
sessionScopes:
eip155:1:
accounts:
Expand Down
Loading