Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech authored Jul 5, 2024
1 parent 74f1e42 commit 1ca0f1f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions cicd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

0 comments on commit 1ca0f1f

Please sign in to comment.