0.5.1-pre.007
This commit is contained in:
30
config/wallet.config.json
Normal file
30
config/wallet.config.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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
|
||||
},
|
||||
{
|
||||
"name": "mainnet_research",
|
||||
"directory": "temporary/mainnet_research",
|
||||
"cluster": "mainnet-beta",
|
||||
"temporary_wallet_enabled": false,
|
||||
"temporary_wallet_alias": "mainnet_research-disabled",
|
||||
"temporary_wallet_persist": false
|
||||
},
|
||||
{
|
||||
"name": "mainnet",
|
||||
"directory": "temporary/mainnet",
|
||||
"cluster": "mainnet-beta",
|
||||
"temporary_wallet_enabled": false,
|
||||
"temporary_wallet_alias": "mainnet-disabled",
|
||||
"temporary_wallet_persist": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user