github.com/mysteriumnetwork/node@v0.0.0-20240516044423-365054f76801/e2e/hermes/config.yaml (about)

     1  ---
     2  
     3  blockchain:
     4    chain_1_rpc_endpoint: "http://ganache:8545"
     5    chain_1_chain_id: 5
     6    chain_1_hermes_sc_address: 0x241f6e1d0bb17f45767dc60a6bd3d21cdb543a0c
     7    chain_1_channel_implementation: 0x599d43715df3070f83355d9d90ae62c159e62a75
     8    chain_1_registry: 0x427c2bad22335710aec5e477f3e3adcd313a9bcb
     9    chain_1_myst_sc_address: 0xaa9c4e723609cb913430143fbc86d3cbe7adca21
    10    chain_2_rpc_endpoint: "ws://ganache2:8545"
    11    chain_2_chain_id: 80001
    12    chain_2_hermes_sc_address:  0x241f6e1d0bb17f45767dc60a6bd3d21cdb543a0c
    13    chain_2_channel_implementation: 0x599d43715df3070f83355d9d90ae62c159e62a75
    14    chain_2_registry: 0x427c2bad22335710aec5e477f3e3adcd313a9bcb
    15    chain_2_myst_sc_address: 0xaa9c4e723609cb913430143fbc86d3cbe7adca21
    16    bc_timeout: 30s
    17    fallback_hermes_fee: 2000
    18    min_settlement_duration: 100
    19  
    20  keystore:
    21    operator: "0x761f2bb3e7ad6385a4c7833c5a26a8ddfdabf9f3"
    22    keystore_dir: "./keystore"
    23    identity_passphrase: ""
    24  
    25  storage:
    26    redis:
    27      redis_addresses:
    28        - "redis:6379"
    29      redis_data_prefix: "local_hermes2"
    30      redis_lock_prefix: "lock_hermes2_lock"
    31      redis_lock_max_retry: 5
    32      redis_lock_retry_backoff: 75ms
    33      redis_pass: ""
    34      redis_pool_size: 100
    35      redis_pool_timeout: 5s
    36      agreement_expiration_time: 1h
    37  
    38  cache:
    39    bc_data_refresh_interval: 1ns
    40    beneficiary_cache_duration: 1ns
    41    max_time_without_bc_sync: 1ns
    42  
    43  transactor:
    44    base_uri: "http://transactor:8888/api/v1/"
    45    timeout: 5s
    46  
    47  pilvytis:
    48    base_uri: "http://pilvytis-mock:8080"
    49    timeout: 5s
    50  
    51  common:
    52    bind_addr: ":8889"
    53    log_level: "debug"
    54  
    55  permissions:
    56    enable_pay_and_settle: true
    57    request_promise_disabled: false
    58    provider_max_myst_bought_amount: 1000
    59    provider_withdrawal_cooldown: 1s
    60    provider_lock_timeout: 1s
    61    approx_myst_price_usd: 1
    62    fallback_eth_settle_threshold_usd: 1
    63    fallback_matic_settle_threshold_usd: 1
    64    max_promise_value_for_offchain: 0.5