Skip to content

Commit

Permalink
Fix genesisConfig example in v6 API migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Nov 3, 2023
1 parent 12ee073 commit 28d5ed0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ JSON-WSP has been ditched and replaced by [JSON-RPC 2.0](https://www.jsonrpc.org
```json
{
"jsonrpc": "2.0",
"method": "queryNetwork/config",
"method": "queryNetwork/genesisConfiguration",
"params": { "era": "shelley" },
"id": "foo"
}
Expand Down

0 comments on commit 28d5ed0

Please sign in to comment.