TokenBridge Contracts 2.3.2
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)