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

This commit is contained in:
Julien Robert
2023-10-16 11:08:40 +00:00
committed by GitHub
parent 3747519da0
commit bb34c42f06
13 changed files with 87 additions and 80 deletions
+1
View File
@@ -7,6 +7,7 @@ echo "using $SIMD_BIN"
if [ -d "$($SIMD_BIN config home)" ]; then rm -r $($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