Skip to content

Commit

Permalink
relay: update composable_config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Jul 6, 2024
1 parent cbee170 commit 64cb2ad
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion relay/rly/config/composable_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ chains:
value:
key: default
chain-id: stargaze-1
rpc-addr: http://tasks.lb_stargaze:8000
rpc-addr: http://tasks.lb_stargaze:8000/
account-prefix: stars
keyring-backend: test
gas-adjustment: 1.2
Expand All @@ -35,6 +35,20 @@ chains:
timeout: 20s
output-format: json
sign-mode: direct
osmosis:
type: cosmos
value:
key: default
chain-id: osmosis-1
rpc-addr: http://tasks.lb_osmosis:8000/
account-prefix: osmo
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.005uosmo
debug: true
timeout: 20s
output-format: json
sign-mode: direct
paths:
stargaze-composable:
src:
Expand All @@ -49,3 +63,16 @@ paths:
rule: allowlist
channel-list:
- channel-184
osmosis-composable:
src:
chain-id: osmosis-1
client-id: 07-tendermint-2846
connection-id: connection-2358
dst:
chain-id: centauri-1
client-id: 07-tendermint-6
connection-id: connection-6
src-channel-filter:
rule: allowlist
channel-list:
- channel-1279

0 comments on commit 64cb2ad

Please sign in to comment.