Skip to content

TokenBridge Contracts 4.0.2

Compare
Choose a tag to compare
@akolotov akolotov released this 23 Mar 13:48
· 155 commits to master since this release
6fecdbc

This version of TokenBridge contracts supports operations in four modes:

  • native coin to an bridgeable ERC20 token;
  • an ERC20 token to a bridgeable ERC20 token;
  • an ERC20 token to a native coin;
  • relaying arbitrary messages (Arbitrary Message Bridging, AMB).

No new functionality in this release. The upgrade scripts were added to simplify migration to new bridge contract implementation for the xDai bridge:

  • Other: Add upgrade scripts for chai support on xdai bridge contracts (#379)
  • Other: Add home implementation upgrade script (#386)