Skip to content

Commit

Permalink
relay: move osmos-mars to stuck hub
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed May 31, 2024
1 parent 02bb31e commit 2c018e5
Show file tree
Hide file tree
Showing 3 changed files with 25 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 @@ -20,7 +20,7 @@ list = [
['transfer', 'channel-42'], # juno
['transfer', 'channel-169'], # juno-1
['transfer', 'channel-77'], # kichain-2
['transfer', 'channel-557'], # mars-1
# ['transfer', 'channel-557'], # mars-1 (channel-1), moved to stuck
['transfer', 'channel-199'], # omniflixhub-1
['transfer', 'channel-783'], # pirin-1 (nolus)
['transfer', 'channel-522'], # quicksilver-2
Expand Down Expand Up @@ -141,15 +141,6 @@ list = [
['transfer', 'channel-0'],
]

[[chains]]
id = 'mars-1'
${INC_MARS_1}
[chains.packet_filter]
policy = 'allow'
list = [
['transfer', 'channel-1'],
]

[[chains]]
id = 'omniflixhub-1'
${INC_OMNIFLIXHUB_1}
Expand Down
3 changes: 3 additions & 0 deletions relay/relayerhubs_registry.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ hermes_version = "v1.8.3"

[composable-testnet]
hermes_version = "v1.8.3"

[stuck]
hermes_version = "v1.8.3"
21 changes: 21 additions & 0 deletions relay/stuck_config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
${INC_GLOBAL}

[[chains]]
id = 'osmosis-1'
${INC_OSMOSIS_1}
[chains.packet_filter]
policy = 'allow'
list = [
# sort by chain chain_id
['transfer', 'channel-557'], # mars-1
]

[[chains]]
id = 'mars-1'
${INC_MARS_1}
[chains.packet_filter]
policy = 'allow'
list = [
['transfer', 'channel-1'],
]

0 comments on commit 2c018e5

Please sign in to comment.