Skip to content

Commit

Permalink
Merge pull request #86 from neutron-org/feat/simplify-config
Browse files Browse the repository at this point in the history
ntrn-252: feat: simplify config
  • Loading branch information
Andrew Zavgorodny authored Nov 8, 2022
2 parents 389e591 + 34a03af commit d032589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d032589

Please sign in to comment.