0.5.1-pre.007

This commit is contained in:
2026-08-10 09:28:57 +02:00
parent 34a670eaec
commit a2820062eb
81 changed files with 3357 additions and 2381 deletions

View File

@@ -0,0 +1,14 @@
{
"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
}
]
}