Skip to content

Commit

Permalink
Merge pull request #51 from OriginTrail/bugfix/code-block-syntax
Browse files Browse the repository at this point in the history
Move blockchain title and id inside implementation object for testnet
  • Loading branch information
Kuki145 committed Apr 17, 2021
2 parents 993ef91 + 4af9a40 commit 6f1372a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/Running-a-Node/updating-from-v4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ Then apply the following changes:
| | |
| { | { |
| "blockchain": { | "blockchain": { |
| "rpc_server_url": "...", | "blockchain_title": "Ethereum", |
| "...": "..." | "network_id": "ethr:rinkeby:1", |
| }, | "implementations": [ |
| "node_wallet": "0x123...", | { |
| "rpc_server_url": "...", | "implementations": [ |
| "...": "..." | { |
| }, | "blockchain_title": "Ethereum", |
| "node_wallet": "0x123...", | "network_id": "ethr:rinkeby:1", |
| "node_private_key": "481...", | "rpc_server_url": "...", |
| "management_wallet": "0xabc...", | "node_wallet": "0x123...", |
| "erc725_identity_filepath": "myid.json", | "node_private_key": "481...", |
Expand Down

0 comments on commit 6f1372a

Please sign in to comment.