Skip to content

Instantly share code, notes, and snippets.

@faddat
Created October 3, 2022 00:48
Show Gist options
  • Save faddat/141a599acf84e811469fe9405659df7f to your computer and use it in GitHub Desktop.
Save faddat/141a599acf84e811469fe9405659df7f to your computer and use it in GitHub Desktop.
hackwasm relayer
global:
api-listen-addr: :5183
timeout: 120s
memo: jacob hackwasm relayer by kitteh from notional in medellin
light-cache-size: 20
chains:
junotest:
type: cosmos
value:
key: junotest
chain-id: uni-5
rpc-addr: https://juno-testnet-rpc.polkachu.com:443
account-prefix: juno
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.1ujunox
min-gas-amount: 150000
debug: true
timeout: 120s
output-format: json
sign-mode: direct
osmosistest:
type: cosmos
value:
key: osmosistest
chain-id: osmo-test-4
rpc-addr: https://rpc-test.osmosis.zone:443
account-prefix: osmo
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.1uosmo
min-gas-amount: 150000
debug: false
timeout: 120s
output-format: json
sign-mode: direct
paths:
hackwasm:
src:
chain-id: uni-5
client-id: 07-tendermint-4
connection-id: connection-17
dst:
chain-id: osmo-test-4
client-id: 07-tendermint-2698
connection-id: connection-2197
src-channel-filter:
rule: ""
channel-list: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment