Skip to content

TokenBridge Contracts 2.3.2

Compare
Choose a tag to compare
@akolotov akolotov released this 24 May 14:06
· 277 commits to master since this release
bbb97a6

Besides supporting the bridge operation in three modes:

  • native coin to an bridgeable ERC20 token;
  • an ERC20 token to a bridgeable ERC20 token;
  • an ERC20 token to a native coin.

This version of TokenBridge contracts provides an ability to take fees from the transfer of assets through the bridge and distribute them among the bridge validator. More details can be found here.

The following changes were included in this version:

  • Fix: Update deploy/package-lock.json (#188)