Skip to content

Commit

Permalink
relay: move osmos-terra to stuck hub
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed May 31, 2024
1 parent 2c018e5 commit 1d11fa2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 1 addition & 10 deletions relay/osmosis_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ list = [
['transfer', 'channel-208'], # axelar-dojo-1
['transfer','channel-51'], # bitcanna-1
['transfer', 'channel-113'], # chihuahua-1
['transfer','channel-72'], # columbus-5
# ['transfer','channel-72'], # columbus-5 (channel-1), moved to stuck
['transfer', 'channel-0'], # cosmoshub
['transfer', 'channel-5'], # crypto-org-chain-mainnet-1
['transfer', 'channel-171'], # darchub (konstellation)
Expand Down Expand Up @@ -68,15 +68,6 @@ list = [
['transfer', 'channel-7'],
]

[[chains]]
id = 'columbus-5'
${INC_COLUMBUS_5}
[chains.packet_filter]
policy = 'allow'
list = [
['transfer', 'channel-1'],
]

[[chains]]
id = 'cosmoshub-4'
${INC_COSMOSHUB_4}
Expand Down
10 changes: 10 additions & 0 deletions relay/stuck_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,19 @@ ${INC_OSMOSIS_1}
policy = 'allow'
list = [
# sort by chain chain_id
['transfer','channel-72'], # columbus-5
['transfer', 'channel-557'], # mars-1
]

[[chains]]
id = 'columbus-5'
${INC_COLUMBUS_5}
[chains.packet_filter]
policy = 'allow'
list = [
['transfer', 'channel-1'],
]

[[chains]]
id = 'mars-1'
${INC_MARS_1}
Expand Down

0 comments on commit 1d11fa2

Please sign in to comment.