feat(client): add default key name (backport #18101) (#24332)

Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
mergify[bot]
2025-04-02 15:03:54 +00:00
committed by GitHub
co-authored by Julien Robert Alex | Interchain Labs
parent ea908cef68
commit 3ec128b4d1
8 changed files with 70 additions and 51 deletions
+1
View File
@@ -7,6 +7,7 @@ echo "using $SIMD_BIN"
if [ -d "$($SIMD_BIN config home)" ]; then rm -rv $($SIMD_BIN config home); fi
$SIMD_BIN config set client chain-id demo
$SIMD_BIN config set client keyring-backend test
$SIMD_BIN config set client keyring-default-keyname alice
$SIMD_BIN config set app api.enable true
$SIMD_BIN keys add alice
$SIMD_BIN keys add bob