Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech committed Dec 1, 2023
1 parent 749d169 commit fe4887c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ Create a .env file (or just rename the .example.env) containing all the env vari
4. `PARENTNET_WALLET_PK` : This is the wallet key that will be used for submit subnet data into parent chain. You will need to have credits in it first.
5. `SLACK_WEBHOOK` : (Optional) If relayer detected forking of your subnet, this is the URL where we will push alerting message to. You are required to set up slack bot and install it in the relevant channel first. For details, see slack doc: https://api.slack.com/messaging/webhooks \n
Once you are done with the slack setup, find the slack webhook url and put it here. It shall look like `https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX` We only need the ones after `https://hooks.slack.com/services/`

6. `SUBNET_ZERO_CONTRACT` : Contract address for the XDC Zero endpoint on the subnet.
7. `PARENTNET_ZERO_CONTRACT` : Contract address for the XDC Zero endpoint on the parentnet.
8. `PARENTNET_ZERO_WALLET_PK` : XDC Zero wallet private key for running the zero schedule program.
## Getting TypeScript

TypeScript itself is simple to add to any project with `npm`.
Expand Down

0 comments on commit fe4887c

Please sign in to comment.