From c1d3e7727961aaf2448d53ce9c1577c153a9fcc0 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Mon, 18 Mar 2024 19:16:09 +0530 Subject: [PATCH] Update commands to get account address and key --- test/run-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index b8294f7..5ab7906 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash # Get the key from laconic2d -laconic2d_key=$(yes | docker compose exec laconic2d laconic2d keys export mykey --unarmored-hex --unsafe) +laconic2d_key=$(yes | docker compose exec laconic2d laconic2d keys export alice --keyring-backend test --unarmored-hex --unsafe) # Get the fixturenet account address -laconic2d_account_address=$(docker compose exec laconic2d laconic2d keys list | awk '/- address:/ {print $3}') +laconic2d_account_address=$(docker compose exec laconic2d laconic2d keys list --keyring-backend test | awk '/- address:/ {print $3}') # Set parameters for the test suite cosmos_chain_id=laconic_9000-1