-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(specs): Subnet on mainnet #1148
base: main
Are you sure you want to change the base?
docs(specs): Subnet on mainnet #1148
Conversation
@CubikRuubik would you mind add some description for others to onboard the PR faster? |
@cryptoAtwill, sure thing. Done |
- Set your `NETWORK` variable to `mainnet` value. | ||
|
||
``` | ||
export NETWORK = mainnet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why mainnet, from the description, I think it's trying to deploy to calibration?
keystore_path = "~/.ipc" | ||
|
||
[[subnets]] | ||
id = "/r314" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe calibration chain id here?
- If you intend to deploy on the mainnet, simply replace the `--parent` flag value from `/r314159` to `/r314`. | ||
|
||
``` | ||
ipc-cli subnet create --parent /r314 --min-validator-stake 1 --min-validators 4 --bottomup-check-period 300 --from <PLEASE PUT ACCOUNT ADDRESS> --permission-mode collateral --supply-source-kind native |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rmb to change the chain id
@@ -210,6 +261,24 @@ cargo make --makefile infra/fendermint/Makefile.toml \ | |||
child-validator | |||
``` | |||
|
|||
To start a validator on mainnet, use the addresses of the previously deployed contracts in the `PARENT_GATEWAY` and `PARENT_REGISTRY` fields: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
calibration you mean?
This PR adds info to the existing deploy a subnet guide about additional steps to deploy your own custom ipc subnet with owned ipc stack of smart contracts.
This includes:
config.toml
file