Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.31 KB

Shuttle Bridge

Shuttle Banner

Shuttle is a Terra-Ethereum bridge. Currently only allows Terra assets to be sent between Terra and Ethereum networks, and only supports the transfer of whitelisted assets.

Table of Contents

Implementations

Components

Relaying Fee

Shuttle charges a fee only for transferring assets from Terra to Ethereum/BSC, and the quantity is calculated as max($1, 0.1% * amount). A transaction with tiny amount smaller than $1 value will be ignored.

How to add tokens?

Terra token support

  1. [Ethereum] Deploy WrappedToken Contract and do verify the contract code
  2. [Ethereum] Transfer ownership to proper minter address (minter address can be found in here)

Ethereum token support

DEPRECATED