UPDATE CONFIG - ZWALLETCLI
Update Config of your network by CLI
INTRODUCTION
We utilize the command-line interface (CLI) to update configurations, leveraging network root account privileges for seamless modification without requiring a full provider redeployment. This expedites configuration adjustments, optimizing operational agility and ensuring efficient management of system settings in real-time.
Update Config of Zwalletcli using git-action
This workflow will ask 5 inputs :
Enter Network Name of which you want to update config.
Enter zwalletcli branch name
Enter the form of which you want to update config like sc , fc , global, mn and vp.
Enter the Keys and it should be comma separated.
Enter the Values and it should be comma separated.

Below mentioned are the command available to update config by zwalletcli -
fc-update-config -> Update the Faucet smart contract
global-update-config -> Update global settings
mn-update-config -> Update the miner smart contract
sc-update-config -> Update the storage smart contract
vp-update-config -> Update the vesting pool configurations
Last updated