Skip to content

Commit

Permalink
Resolve lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst authored and jkilpatr committed Oct 26, 2023
1 parent aa7d09a commit 8ef3b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/list_of_IBC_channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If channel marked as `frozen`, please, visit [Gravity Bridge Discord Server](htt
| Agoric | agoric-3 | BLD | Channel-91 | Channel-4 |
| Regen | regen-1 | REGEN | channel-89 | channel-45 |
| Injective | injective-1 | INJ | channel-113 | channel-100 |
| KUJIRA | kaiyo-1 | KUJI, USK | channel-107 | channel-50 |
| KUJIRA | kaiyo-1 | KUJI, USK | channel-107 | channel-50 |
| Planq | planq_7070-2 | PLQ | channel-102 | channel-0 |
| FUND | FUND-MainNet-2 | FUND | channel-98 | channel-2 |

Expand Down
3 changes: 1 addition & 2 deletions docs/relaying.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ There are two major modes of relaying, continuous and spot. Continuous relayers

Relaying for Gravity Bridge is not risk free. Only put as much ETH into your relayer as you are willing to lose.

Spot relaying is the less risky of the two options, because there's no chance of repeated failures draining your wallet. You should use an information site like [info.gravitychain.io](https://info.gravitychain.io/) to find specific batches you think are profitable and then relay them following the spot relaying instuctions below. Spot relayers will not get a chance to relay very common token types like USDC and USDT as continuous relayers will pounce on this immeidately. Spot relaying is reserved for tokens originating on Cosmos that don't have a well defined value or path to sale on Ethereum.
Spot relaying is the less risky of the two options, because there's no chance of repeated failures draining your wallet. You should use an information site like [info.gravitychain.io](https://info.gravitychain.io/) to find specific batches you think are profitable and then relay them following the spot relaying instuctions below. Spot relayers will not get a chance to relay very common token types like USDC and USDT as continuous relayers will pounce on this immeidately. Spot relaying is reserved for tokens originating on Cosmos that don't have a well defined value or path to sale on Ethereum.

The fundamental challenge of continous relaying is that all relayers are competing to submit the same transactions to get the reward. Because it's impossible to know in advance with transactions an Ethereum miner will decide to include in a block there is no way to avoid the risk of your TX failing because someone else claimed the relaying reward first. Unfortunately due to the design of Ethereum relayers must pay for their failed transactions and since the batch arguments are quite large the failed tx will have a gas cost on the order of 100k gas.

Expand Down Expand Up @@ -91,7 +91,6 @@ gbt client spot-relay \
--token nym
```


## Running a relayer

In order to relay you must provide an Ethereum address containing some funds.
Expand Down

0 comments on commit 8ef3b2e

Please sign in to comment.