From 2e96ec80fd345815793d5aef31baa36871c5bb3d Mon Sep 17 00:00:00 2001 From: Wanwiset Peerapatanapokin Date: Sat, 9 Nov 2024 00:35:50 +0400 Subject: [PATCH] Update README.md --- cicd/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cicd/README.md b/cicd/README.md index 7ceb961..3882309 100644 --- a/cicd/README.md +++ b/cicd/README.md @@ -19,7 +19,7 @@ Based on the provided `.env.example`, create your own `.env` file with the follo Run the following command to deploy the endpoints and register the chain: ```sh -docker run --env-file .env xinfinorg/xdc-zero:v0.1.1 endpointandregisterchain.js +docker run --env-file .env xinfinorg/xdc-zero:v0.2.0 endpointandregisterchain.js ``` Add the output to your `.env` file: @@ -38,7 +38,7 @@ There are some application example , you can feel free to deploy (Optional)Here Subswap is our default provided application, you can also deploy your own custom app. ```sh -docker run --env-file .env xinfinorg/xdc-zero:v0.1.1 subswap.js +docker run --env-file .env xinfinorg/xdc-zero:v0.2.0 subswap.js ``` ### 3. Register Application to XDC Zero @@ -51,7 +51,7 @@ Add the user application contract address to your `.env` file: Run the following command: ```sh -docker run --env-file .env xinfinorg/xdc-zero:v0.1.1 applicationregister.js +docker run --env-file .env xinfinorg/xdc-zero:v0.2.0 applicationregister.js ``` ---