10 lines
945 B
Markdown
10 lines
945 B
Markdown
|
|
# Generated XDC Zero deployment artifacts (gitignored)
|
||
|
|
|
||
|
|
After you deploy contracts, save **non-secret** artifacts here for your own records (optional):
|
||
|
|
|
||
|
|
- `endpoint-chain138.env` — `MERKLE_PATRICIA=…` `ENDPOINT=…` `SIMPLE_CSC=…` (lines suitable for `set -a && source`)
|
||
|
|
- `endpoint-apothem-or-mainnet.env` — parentnet Endpoint + CSC addresses
|
||
|
|
- `endpointconfig.fragment.chain138.json` / `xdcparentnet-register-chain138.fragment.json` — generated fragments from `set-fragment-addresses.sh`; these may be staged in `--chain138-only` mode first, with parent-side zero placeholders until the parent deploy is complete.
|
||
|
|
|
||
|
|
Do **not** commit private keys. Run `scripts/xdc-zero/set-fragment-addresses.sh` (writes **`deployed/endpointconfig.fragment.chain138.json`** and **`deployed/xdcparentnet-register-chain138.fragment.json`**), then merge with `XDC_ZERO_CHAIN138_FRAG` and `XDC_ZERO_REG_FRAG` pointing at those files (see script output).
|