Skip to content

Commit 6eb7987

Browse files
updates to contract
1 parent 96b4cc8 commit 6eb7987

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/cdk/get-started/deploy-validium/deploy-contracts.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,10 @@ The address of the contracts it creates depends on the salt and the `initialCDKV
114114
}
115115
```
116116
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.
118118
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.
120121
121122
!!! warning "Deployment failure"
122123
- 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

Comments
 (0)