Skip to content

POA token bridge 1.1.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@akolotov akolotov released this 14 Oct 23:16
· 135 commits to master since this release

The version of POA Token Bridge supports operations in three modes:

  • Native-to-ERC20 to relay native coin to an bridgeable ERC20 token and vice versa;
  • ERC20-to-ERC20 to relay an ERC20 token to a bridgeable ERC20 token;
  • ERC20-to-Natvie to relay an ERC20 token to a native coin.

It was deployed to serve the POA Bridge between the Ethereum Mainnet and the Dai chain in ERC20-to-Native mode. The release candidate 2.1.0-rc0 (https://github.com/poanetwork/poa-bridge-contracts/releases/tag/2.1.0-rc0) of the bridge contract was used.

The feature included in this release:

  • the gas price used for the bridge transaction is meant to be in wei (2173d84 and 451da02).