From 32aed6bde1ed3b9c580f5ddcdd03ec82851ec4ea Mon Sep 17 00:00:00 2001 From: aprczdiajz <112488825+aprczdiajz@users.noreply.github.com> Date: Wed, 31 Aug 2022 17:41:03 +0300 Subject: [PATCH] Create config.yaml --- config.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..feafea0 --- /dev/null +++ b/config.yaml @@ -0,0 +1,33 @@ +default_chain: stride-testnet +chains: + gaia-testnet: + key: wallet + chain-id: GAIA + rpc-addr: http://127.0.0.1:36657 + grpc-addr: http://0.0.0.0:9190 + account-prefix: cosmos + keyring-backend: test + gas-adjustment: 1.2 + gas-prices: 0.001uatom + key-directory: /root/.icq/keys + debug: false + timeout: 20s + block-timeout: "" + output-format: json + sign-mode: direct + stride-testnet: + key: wallet + chain-id: STRIDE-TESTNET-4 + rpc-addr: http://127.0.0.1:26657 + grpc-addr: http://0.0.0.0:9090 + account-prefix: stride + keyring-backend: test + gas-adjustment: 1.2 + gas-prices: 0.001ustrd + key-directory: /root/.icq/keys + debug: false + timeout: 20s + block-timeout: "" + output-format: json + sign-mode: direct +cl: {}