Governance Params Management
# Check transaction status
pocketd query tx --type=hash <TRANSACTION_HASH> --network=beta
# Verify updated parameters
./tools/scripts/params/gov_params.sh query tokenomics --env betaStep 6: Update and Merge Pull Request
Get your PR approved.
Please ensure you have an approval on the PR from one of the repository maintainers.
In order to keep the repository up to date with the current onchain parameters, please comment on the pull request with the transaction hash and merge the pull request opened in Step 1: Open a Pull Request: https://dev.poktroll.com/protocol/governance/gov_params_mgmt#step-1-open-a-pull-request
Troubleshooting
Common Issues
Common Use Cases & Examples
Updating Minimum Supplier Stake
# Query current minimum stake
./tools/scripts/params/gov_params.sh query supplier --env beta
# Generate update template
./tools/scripts/params/gov_params.sh update supplier --env beta
# Submit the transactionView All Parameters
Check all parameters in beta:
./tools/scripts/params/gov_params.sh query-all --env betaComplete Tokenomics Update Example
2
4
Was this helpful?
