Skip to content

Commit

Permalink
fix(site): an MVP of a beta
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang authored and cor committed Oct 18, 2023
1 parent 1eb0407 commit e976537
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/src/routes/blog/ics20-transfers-to-ethereum/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Claim $UNO from the Union faucet for bridging usage. If you opt-in to sharing yo

IBC transfers from `union-testnet-3` to `sepolia` are just contract interactions, which need to be sent to either Sepolia or Union, depending on the transfer direction. We start by sending $UNO to Sepolia (Ethereum Testnet), and then back again. This showcase uses a single-threaded relayer with simple nonce management. This means it is not optimized for throughput, resulting in a lot of queued transactions. It's an MVP of a beta product after all. Optimized nonce management should land next week.

IBC is as fast as the underlying chains. When you do Tendermint to Tendermint transactions, IBC is quite fast because the finality time is 6 seconds. However, when connecting to Sepolia, which has the same configuration as the Ethereum Mainnet, it takes two epochs for a block to finalize, which is approximately thirteen minutes. However, we are using the "justified" (or "safe") commitment level to decrease the required number of epocs to one, which is approximately six and a half minutes.

If you want to learn more about these commitment levels, read [What are Ethereum commitment levels? Latest, Safe, Finalized](https://www.alchemy.com/overviews/ethereum-commitment-levels), from the Alchemy team.

<TransferUnoToEthereum/>

Inside the testnet, a full IBC transfer is now occuring:
Expand Down

0 comments on commit e976537

Please sign in to comment.