From 10d913a94527a6dbe0bd0346d5a69a7cd3877355 Mon Sep 17 00:00:00 2001 From: SpaghettiOverload Date: Wed, 20 Sep 2023 15:04:00 +0300 Subject: [PATCH] add: test config --- .../bdjuno/config.yaml | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100755 sample_configs/integration-tests-config/bdjuno/config.yaml diff --git a/sample_configs/integration-tests-config/bdjuno/config.yaml b/sample_configs/integration-tests-config/bdjuno/config.yaml new file mode 100755 index 000000000..873f77227 --- /dev/null +++ b/sample_configs/integration-tests-config/bdjuno/config.yaml @@ -0,0 +1,75 @@ +chain: + bech32_prefix: cudos + modules: + - modules + - messages + - auth + - bank + - consensus + - gov + - slashing + - staking + - pricefeed + - distribution + - cosmwasm + - gravity + - cudomint + - nft + - marketplace + - group +node: + type: remote + config: + rpc: + client_name: cudos-network + address: http://localhost:26657 + max_connections: 20 + grpc: + address: http://localhost:9090 + insecure: true +parsing: + workers: 1 + listen_new_blocks: true + parse_old_blocks: true + parse_genesis: true + start_height: 1 + fast_sync: false # when fast sync is set to true, ignores all previous block + genesis_file_path: /tmp/cudos-test-data/config/genesis.json +database: + url: postgres://postgres:12345@localhost:6666/bdjuno_test_db?sslmode=disable&search_path=public + name: bdjuno_test_db + host: localhost + port: 6666 + user: postgres + password: 12345 + schema: public + max_open_connections: 10 + max_idle_connections: 10 + partition_size: 100000 + partition_batch: 1000 +logging: + level: debug + format: text +telemetry: + port: 5000 +pricefeed: + tokens: + - name: Cudos + units: + - denom: cudos + exponent: 0 + price_id: cudos +distribution: + rewards_frequency: 1000 +workers: + - name: fix_blocks_worker + interval: 60m + - name: migrate_nfts_worker + interval: 1m + - name: blocks_monitoring_worker + interval: 30s +cudomint: + stats_service_url: http://127.0.0.1:3001 +crypto-compare: + crypto_compare_prod_api_key: "" + crypto_compare_free_api_key: ""