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
3. The complete`deploy_parameters.json` should look something like this:
17
+
3. The complete`deploy_parameters.json` should look something like this, where all the addresses are equal to the generated address except for`maticTokenAddress`:
This contract is a factory that deploys the deterministic contracts required by the system and must be deployed first.
54
+
This is a factory contract that deploys the deterministic contracts required by the system and must be deployed first.
55
55
56
56
The address of the contracts it creates depends on the salt and the `initialCDKValidiumDeployerOwner` inside `deploy_parameters.json`.
57
57
@@ -76,6 +76,13 @@ The address of the contracts it creates depends on the salt and the `initialCDKV
76
76
!!! info
77
77
This may take several minutes depending on network conditions.
78
78
79
+
!!! warning
80
+
If you see this message, you can safely ignore it:
81
+
82
+
```sh
83
+
cp: cannot stat '.openzeppelin/sepolia.json': No such file or directory
84
+
```
85
+
79
86
3. On successful deployment, you should see a new directory named `deployments` containing a directory storing the information about your deployment. For example:
0 commit comments