Skip to content

TokenBridge Contracts 4.1.1

Compare
Choose a tag to compare
@akolotov akolotov released this 18 Apr 17:39
· 139 commits to master since this release
3bc2b08

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).

The only difference of this set of changes from the previous release is disabling the ability to swap Sai tokens to Dai for the erc20-to-native bridge:

  • Disable sai swap to dai (#404)