Files
khadhroony-bot3/config/exemples/example.wallet.config.json
2026-08-10 11:21:07 +02:00

15 lines
370 B
JSON

{
"wallets_directory": "${KS_WALLETS_DIRECTORY:-wallets}",
"default_profile": "local_devnet",
"profiles": [
{
"name": "local_devnet",
"directory": "temporary/local_devnet",
"cluster": "devnet",
"temporary_wallet_enabled": true,
"temporary_wallet_alias": "local-devnet-operator",
"temporary_wallet_persist": true
}
]
}