The version of TokenBridge oracle supports operations in three modes:
- Native-to-ERC20 to relay native coin to an bridgeable ERC20 token;
- ERC20-to-ERC20 to relay an ERC20 token to a bridgeable ERC20 token;
- ERC20-to-Native to relay an ERC20 token to a native coin.
The version of bridge contracts to be used with this version of the token bridge is 2.3.x
.
This version contains the following changes:
- Fix: Update contract submodule for e2e testing and ABI files (#148)