Add SDK tests script #21
@ -87,4 +87,5 @@ laconic2d start \
|
||||
--log_level $LOGLEVEL \
|
||||
--minimum-gas-prices=0.0001photon \
|
||||
--api.enable \
|
||||
--rpc.laddr="tcp://0.0.0.0:26657" \
|
||||
--gql-server --gql-playground
|
||||
|
@ -10,7 +10,7 @@ yarn_args+=("${@:-test}")
|
||||
|
||||
# Get the key from laconic2d
|
||||
laconic2d_key=$(
|
||||
yes | docker compose exec laconic2d laconic2d keys export mykey --unarmored-hex --unsafe
|
||||
yes | docker compose exec laconic2d laconic2d keys export alice --keyring-backend test --unarmored-hex --unsafe
|
||||
)
|
||||
# Set parameters for the test suite
|
||||
cosmos_chain_id=laconic_9000-1
|
||||
|
Loading…
Reference in New Issue
Block a user