diff --git a/docs/list_of_IBC_channels.md b/docs/list_of_IBC_channels.md index 843a626..c1931cc 100644 --- a/docs/list_of_IBC_channels.md +++ b/docs/list_of_IBC_channels.md @@ -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 | diff --git a/docs/relaying.md b/docs/relaying.md index 4ac568e..1d7614b 100644 --- a/docs/relaying.md +++ b/docs/relaying.md @@ -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. @@ -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.