{
"type": "object",
"required": [
"mvxNetwork"
],
"properties": {
"mvxWallet": {
"type": "string",
"description": "The absolute path to a PEM wallet. Can be the newly created one at: ~/.multiversx/wallet.pem."
},
"mvxNetwork": {
"type": "string",
"default": "devnet",
"description": "The MultiversX network to interact with, e.g., 'devnet', 'mainnet'."
}
}
}