Skip to content

Commit 8963efe

Browse files
authored
fix: change scope to scope string (#240)
1 parent acd992c commit 8963efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multichain/openrpc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ methods:
99
paramStructure: by-name
1010
params:
1111
- name: scope
12-
description: a valid `scopeObject` that has been previously authorized via `provider_authorize`
12+
description: a valid `scope` string that has been previously authorized via `provider_authorize`
1313
required: true
1414
schema:
15-
$ref: "#/components/schemas/Scope"
15+
$ref: "#/components/schemas/ScopeString"
1616
- name: request
1717
description: an object containing a JSON-RPC request with `method` and `params`
1818
deprecated: false

0 commit comments

Comments
 (0)