Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update default config values for init #51

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

artemijspavlovs
Copy link
Contributor

the generated config file:

❯ cat ~/.eibc-client/config.yaml
bots:
    keyring_backend: test
    keyring_dir: /Users/artemijspavlovs/.eibc-client
    max_orders_per_tx: 10
    number_of_bots: 30
    policy_address: <your-policy-address>
gas:
    fees: 3000000000000000adym
log_level: info
node_address: http://localhost:36657
operator:
    account_name: client
    group_id: 1
    keyring_backend: test
    keyring_dir: /Users/artemijspavlovs/.eibc-client
    min_fee_share: 0.1
order_polling:
    enabled: false
    interval: 30s
rollapps:
    example_1234-1:
        full_nodes:
            - http://localhost:26657
        min_confirmations: "1"
slack:
    app_token: <your-slack-app-token>
    channel_id: <your-slack-channel-id>
    enabled: false
validation:
    fallback_level: p2p
    validation_wait_time: 60m

@omritoptix omritoptix merged commit aa87234 into main Nov 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants