diff --git a/cicd/README.md b/cicd/README.md index 0805af0..689ab29 100644 --- a/cicd/README.md +++ b/cicd/README.md @@ -23,7 +23,7 @@ PARENTNET_ZERO_CONTRACT=0x6666666666666666666666666666666666666666 ## Register Application to XDC Zero -- add the output to .env +- add the user application contract address to .env ``` SUBNET_APP=0x7777777777777777777777777777777777777777 PARENTNET_APP=0x8888888888888888888888888888888888888888 @@ -63,18 +63,13 @@ cd cicd node endpointandregisterchain.js ``` -4. Deploy Subswap -``` -node subswap.js -``` -- add the output to cicd/mount/.env +4. Register Application + +- add the user application contract address to cicd/mount/.env ``` SUBNET_APP=0x7777777777777777777777777777777777777777 PARENTNET_APP=0x8888888888888888888888888888888888888888 ``` - - -5. Register Application ``` node applicationregister.js ```