diff --git a/README.md b/README.md index 4d5fa9cff..17a7e2968 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ +![Neutron](https://github.com/neutron-org/neutron-docs/blob/1db1e92098c915ae8ad4defc0bd30ef549175201/static/img/neutron_wide_logo.png) # Neutron + **NOTE: current version is a WIP.** ## Requirements diff --git a/docker-compose.yml b/docker-compose.yml index a30387dfc..0393ce5b2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,29 +24,19 @@ services: - RELAYER_NEUTRON_CHAIN_CHAIN_PREFIX=neutron - RELAYER_NEUTRON_CHAIN_RPC_ADDR=tcp://node:16657 - RELAYER_NEUTRON_CHAIN_REST_ADDR=http://node:1316 - - RELAYER_NEUTRON_CHAIN_CHAIN_ID=test-1 - RELAYER_NEUTRON_CHAIN_HOME_DIR=/data/test-1 - RELAYER_NEUTRON_CHAIN_SIGN_KEY_NAME=demowallet3 - - RELAYER_NEUTRON_CHAIN_TIMEOUT=1000s - RELAYER_NEUTRON_CHAIN_GAS_PRICES=0.5stake - RELAYER_NEUTRON_CHAIN_GAS_ADJUSTMENT=1.4 - RELAYER_NEUTRON_CHAIN_TX_BROADCAST_TYPE=BroadcastTxCommit - RELAYER_NEUTRON_CHAIN_CONNECTION_ID=connection-0 - - RELAYER_NEUTRON_CHAIN_CLIENT_ID=07-tendermint-0 - RELAYER_NEUTRON_CHAIN_DEBUG=true - RELAYER_NEUTRON_CHAIN_ACCOUNT_PREFIX=neutron - RELAYER_NEUTRON_CHAIN_KEYRING_BACKEND=test - - RELAYER_NEUTRON_CHAIN_OUTPUT_FORMAT=json - - RELAYER_NEUTRON_CHAIN_SIGN_MODE_STR=direct - RELAYER_TARGET_CHAIN_RPC_ADDR=tcp://node:26657 - - RELAYER_TARGET_CHAIN_CHAIN_ID=test-2 - RELAYER_TARGET_CHAIN_ACCOUNT_PREFIX=neutron - RELAYER_TARGET_CHAIN_VALIDATOR_ACCOUNT_PREFIX=neutronvaloper - - RELAYER_TARGET_CHAIN_TIMEOUT=1000s - - RELAYER_TARGET_CHAIN_CONNECTION_ID=connection-0 - - RELAYER_TARGET_CHAIN_CLIENT_ID=07-tendermint-0 - RELAYER_TARGET_CHAIN_DEBUG=true - - RELAYER_TARGET_CHAIN_OUTPUT_FORMAT=json - RELAYER_REGISTRY_ADDRESSES= - RELAYER_ALLOW_TX_QUERIES=true - RELAYER_ALLOW_KV_CALLBACKS=true