Skip to content

Commit

Permalink
Increased Hermes config constants in gm (informalsystems#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
adizere authored Sep 24, 2021
1 parent e2ce200 commit 4eb28ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions scripts/gm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Gaiad Manager Change Log

## UNRELEASED

- Increased default Hermes config constants `rpc_timeout` and `max_gas`

## v0.0.9

### FEATURES
Expand Down
4 changes: 2 additions & 2 deletions scripts/gm/bin/lib-gm
Original file line number Diff line number Diff line change
Expand Up @@ -855,12 +855,12 @@ id = '${ID}'
rpc_addr = 'http://localhost:${RPC}'
grpc_addr = 'http://localhost:${GRPC}'
websocket_addr = 'ws://localhost:${RPC}/websocket'
rpc_timeout = '5s'
rpc_timeout = '15s'
account_prefix = '${ACCOUNT_PREFIX}'
key_name = 'wallet'
store_prefix = 'ibc'
gas_price = { price = 0.001, denom = '${DENOM}' }
max_gas = 500000
max_gas = 1000000
clock_drift = '5s'
trusting_period = '14days'
trust_threshold = { numerator = '1', denominator = '3' }
Expand Down

0 comments on commit 4eb28ff

Please sign in to comment.