economy
Usage: pmc economy [OPTIONS] COMMAND [ARGS]...
Economy chain commands
╭─ Options ───────────────────────────────────────────────────────────────────╮
│ -h, --help Show this message and exit │
╰─────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────── ─────────────╮
│ list-tags List all existing tags │
│ add-tag Add a new tag │
│ update-tag Update an existing tag │
│ remove-tag Remove tag │
│ add-cluster Add a new cluster │
│ list-clusters List all clusters that are tracked by economy│
│ chain │
│ change-cluster-tag Change the tag of a cluster │
│ cluster-creation-status Get cluster creation status │
│ version Shows economy chain version │
│ metrics Economy metrics for a provider │
│ get-constants Get economy chain constants │
│ update-system-provider-constants │
│ Update system provider economy chain │
│ constants │
│ update-staking-constants Update staking economy chain constants which │
│ is required to be meet in order for providers│
│ to receive rewards. │
│ update-constants Update economy chain constants │
│ auth-descriptor-evm-swap This command will swap the main auth │
│ descriptor signer of an ft4 provider account │
│ with the EVM address based on the provided │
│ metamask private key and set the auth flags │
│ to both T (Transfer) and A (Account). It will│
│ also link the account to an EOA (external │
│ owned account) using the EVM address │
│ update-price-oracle-rates Create a proposal to update price oracle │
│ token prices. Multiple tokens can be │
│ added/updated in each proposal. │
│ mint Manage voter set and proposals for minting │
│ proposal Interact with existing proposals │
│ set-provider-staking-account Set account to be used for providers staking.│
│ Existing staking is transferred to new │
│ account. │
╰─────────────────────────────────────────────────────────────────────────────╯
The economy command (pmc economy
) consists of sub-commands to interact with the economy chain. For example, create
tags and clusters and manage proposals.
economy list tags
Usage: pmc economy list-tags [OPTIONS]
List all existing tags
╭─ Configuration Properties ──────────────────────────────────────────────────╮
│ -cfg, --config=CONFIG Alternate path for client configuration file │
│ -s, --settings=SETTINGS Alternate path for project settings file │
│ --lookup-brid Ignore any 'brid' property in configuration file, │
│ always perform lookup │
│ --network=TEXT Target network to make requests to (if chromia.yml│
│ is configured) │
╰─────────────────────────────────────────────────────────────────────────────╯
╭─ Options ───────────────────────────────────────────────────────────────────╮
│ -h, --help Show this message and exit │
╰─────────────────────────────────────────────────────────────────────────────╯
The tag list command (pmc economy list-tags
) lists all tags.
economy add tag
Usage: pmc economy add-tag [OPTIONS]
Add a new tag
╭─ Configuration Properties ──────────────────────────────────────────────────╮
│ -cfg, --config=CONFIG Alternate path for client configuration file │
│ -s, --settings=SETTINGS Alternate path for project settings file │
│ --lookup-brid Ignore any 'brid' property in configuration file, │
│ always perform lookup │
│ --network=TEXT Target network to make requests to (if chromia.yml│
│ is configured) │
╰─────────────────────────────────────────────────────────────────────────────╯
╭─ Options ───────────────────────────────────────────────────────────────────╮
│* -n, --name=TEXT Name of the new tag │
│* -scup, --scu-price=VALUE SCU price in USD per day. │
│* -esp, --extra-storage-price=VALUE Extra storage price in USD per day. │
│ -h, --help Show this message and exit │