Expose RPC port
All checks were successful
Build / build (pull_request) Successful in 2m57s
Integration Tests / test-integration (pull_request) Successful in 2m55s
E2E Tests / test-e2e (pull_request) Successful in 3m31s
Lint / Run golangci-lint (pull_request) Successful in 4m31s
Unit Tests / test-unit (pull_request) Successful in 2m18s
All checks were successful
Build / build (pull_request) Successful in 2m57s
Integration Tests / test-integration (pull_request) Successful in 2m55s
E2E Tests / test-e2e (pull_request) Successful in 3m31s
Lint / Run golangci-lint (pull_request) Successful in 4m31s
Unit Tests / test-unit (pull_request) Successful in 2m18s
This commit is contained in:
parent
3234c06d9f
commit
bcf272b5e0
@ -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