Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kaisbaccour/16cd6e825a20a98fd189ec7c4df82bca to your computer and use it in GitHub Desktop.
Save kaisbaccour/16cd6e825a20a98fd189ec7c4df82bca to your computer and use it in GitHub Desktop.
go-relayer
global:
api-listen-addr: :5183
timeout: 10s
memo: Relayerd by go relayer Katarina
light-cache-size: 20
chains:
juno:
type: cosmos
value:
key-directory: /Users/kaarina/.relayer/keys/juno-1
key: default
chain-id: juno-1
rpc-addr: https://rpc-juno-ia.cosmosia.notional.ventures:443/
account-prefix: juno
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.01ujuno
min-gas-amount: 0
debug: false
timeout: 20s
block-timeout: ""
output-format: json
sign-mode: direct
extra-codecs: []
coin-type: 118
broadcast-mode: batch
nois:
type: cosmos
value:
key-directory: /Users/katarina/.relayer/keys/nois-1
key: default
chain-id: nois-1
rpc-addr: https://nois.kingnodes.com:443
account-prefix: nois
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.01unois
min-gas-amount: 0
debug: false
timeout: 20s
block-timeout: ""
output-format: json
sign-mode: direct
extra-codecs: []
coin-type: 118
broadcast-mode: batch
nois-testnet-005:
type: cosmos
value:
key-directory: /Users/katarina/.relayer/keys/nois-testnet-005
key: default
chain-id: nois-testnet-005
rpc-addr: http://65.108.247.73:26657
account-prefix: nois
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.05unois
min-gas-amount: 0
debug: false
timeout: 20s
block-timeout: ""
output-format: json
sign-mode: direct
extra-codecs: []
coin-type: 118
broadcast-mode: batch
uni-6:
type: cosmos
value:
key-directory: /Users/katarina/.relayer/keys/uni-6
key: default
chain-id: uni-6
rpc-addr: https://rpc.uni.junonetwork.io:443
account-prefix: juno
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.01ujunox
min-gas-amount: 0
debug: false
timeout: 20s
block-timeout: ""
output-format: json
sign-mode: direct
extra-codecs: []
coin-type: 118
broadcast-mode: batch
paths:
uni-6-nois-testnet-005:
src:
chain-id: uni-6
client-id: 07-tendermint-169
connection-id: connection-177
dst:
chain-id: nois-testnet-005
client-id: 07-tendermint-15
connection-id: connection-4
src-channel-filter:
rule: ""
channel-list: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment