Skip to content

Commit

Permalink
supported alias
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartStake committed Nov 13, 2024
1 parent a5916f5 commit 0ee02e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ If you run relayer on any of the IBC chains, your relayer will be shown on Inter
"supportRelayerBy": "what can community do to support you? a response like 'delegate to validator' or 'donate to relayer' is good. max of 50 characters",
"chainsRelayed": [
{"ticker": "ATOM", "relayerAddress": "cosmos...."},
{"ticker": "OSMO", "relayerAddress": "osmoaddr1...."},
{"ticker": "OSMO", "relayerAddress": "osmoaddr2...."}, #for multiple relaying addresses, make separate entry for network-address combination
{"ticker": "OSMO", "relayerAddress": "osmoaddr1....", "alias": "Main"}, # alias is optional
{"ticker": "OSMO", "relayerAddress": "osmoaddr2....", "alias": "Backup"}, #for multiple relaying addresses, make separate entry for network-address combination
{"ticker": "INJ", "relayerAddress": "inj...."} #please make sure the last item doesnt end with a comma (it makes the json an invalid object)
]
}
Expand Down
9 changes: 6 additions & 3 deletions relayers/DD06F013A474ACA3.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"chainsRelayed": [
{
"ticker": "AKT",
"relayerAddress": "akash18yln7vx0n6qvta7kdcq0qheuwr06a7xjtt9ncn"
"relayerAddress": "akash18yln7vx0n6qvta7kdcq0qheuwr06a7xjtt9ncn",
"alias": "main"
},
{
"ticker": "ANDR",
Expand All @@ -22,11 +23,13 @@
},
{
"ticker": "ATOM",
"relayerAddress": "cosmos1wwxeusrluapjewppth29mp0dn6d8kukpa0l4zx"
"relayerAddress": "cosmos1wwxeusrluapjewppth29mp0dn6d8kukpa0l4zx",
"alias": "main"
},
{
"ticker": "ATOM",
"relayerAddress": "cosmos1zehpqzm5hxhgpr3yf0j44ap5aue732lx6k62hn"
"relayerAddress": "cosmos1zehpqzm5hxhgpr3yf0j44ap5aue732lx6k62hn",
"alias": "backup"
},
{
"ticker": "BAND",
Expand Down

0 comments on commit 0ee02e6

Please sign in to comment.