You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cdk/get-started/deploy-validium/deploy-contracts.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,9 +114,10 @@ The address of the contracts it creates depends on the salt and the `initialCDKV
114
114
}
115
115
```
116
116
117
-
4. In addition to the `deploy_output.json` file, you should see a `genesis.json` file in`~/cdk-validium/cdk-validium-contracts-0.0.2/deployment/`.
117
+
4. In the `~/cdk-validium/cdk-validium-contracts-0.0.2/deployment/` folder, you should also see a `genesis.json` file.
118
118
119
-
We will take the outputs of `genesis.json` and `deploy_output.json` and use them to configure the `cdk-validium-node` node.
119
+
!!! info
120
+
We use the info in`genesis.json` and `deploy_output.json` to configure the `cdk-validium-node` node.
120
121
121
122
!!! warning "Deployment failure"
122
123
- Since there are deterministic addresses, you cannot deploy twice on the same network using the same `salt` and `initialCDKValidiumDeployerOwner` inside `deploy_parameters.json`. Changing one of them is enough to make a new deployment.
0 commit comments