Skip to content

Commit

Permalink
Merge pull request #104 from neutron-org/chore/update-docs
Browse files Browse the repository at this point in the history
chore: update hermes config for 1.6 version #ntrn-1
  • Loading branch information
pr0n00gler authored Aug 4, 2023
2 parents 3c95b6c + 6139661 commit ddfa9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test_icq_wasm_juno_testnet/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ port = 3001
id = 'test-1'
rpc_addr = 'http://127.0.0.1:26657'
grpc_addr = 'http://127.0.0.1:8090'
websocket_addr = 'ws://127.0.0.1:26657/websocket'
event_source = { mode = 'push', url = 'ws://127.0.0.1:26657/websocket', batch_delay = '200ms' }
rpc_timeout = '10s'
account_prefix = 'neutron'
key_name = 'testkey_1'
Expand All @@ -55,7 +55,7 @@ address_type = { derivation = 'cosmos' }
id = 'uni-6'
rpc_addr = 'https://juno-testnet-rpc.polkachu.com'
grpc_addr = 'http://juno-testnet-grpc.polkachu.com:12690'
websocket_addr = 'wss://juno-testnet-rpc.polkachu.com/websocket'
event_source = { mode = 'push', url = 'wss://juno-testnet-rpc.polkachu.com/websocket', batch_delay = '200ms' }
rpc_timeout = '10s'
account_prefix = 'juno'
key_name = 'testkey_2'
Expand Down

0 comments on commit ddfa9cd

Please sign in to comment.