Skip to content

Commit

Permalink
deploy: ff5c138
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jun 28, 2024
1 parent 5a03c09 commit 5a51514
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions latest/multichain-openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"params": [
{
"name": "scope",
"description": "a valid `scopeObject` that has been previously authorized via `provider_authorize`",
"description": "a valid `scope` string that has been previously authorized via `provider_authorize`",
"required": true,
"schema": {
"$ref": "#/components/schemas/Scope"
"$ref": "#/components/schemas/ScopeString"
}
},
{
Expand Down Expand Up @@ -152,7 +152,7 @@
"name": "requiredScopes",
"value": {
"eip155": {
"chains": [
"scopes": [
"eip155:1",
"eip155:137"
],
Expand Down Expand Up @@ -206,7 +206,7 @@
"sessionId": "0xdeadbeef",
"sessionScopes": {
"eip155": {
"chains": [
"scopes": [
"eip155:1",
"eip155:137"
],
Expand Down Expand Up @@ -315,7 +315,7 @@
"methods"
],
"properties": {
"chains": {
"scopes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ScopeString"
Expand Down

0 comments on commit 5a51514

Please sign in to comment.