|
|
@ -7,19 +7,20 @@ import "../CrossChainEnabled.sol"; |
|
|
|
import "./LibAMB.sol"; |
|
|
|
import "./LibAMB.sol"; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* @dev [AMB](https://docs.tokenbridge.net/amb-bridge/about-amb-bridge) |
|
|
|
* @dev https://docs.tokenbridge.net/amb-bridge/about-amb-bridge[AMB] |
|
|
|
* specialization or the {CrossChainEnabled} abstraction. |
|
|
|
* specialization or the {CrossChainEnabled} abstraction. |
|
|
|
* |
|
|
|
* |
|
|
|
* As of february 2020, AMB bridges are available between the following chains: |
|
|
|
* As of february 2020, AMB bridges are available between the following chains: |
|
|
|
* - [ETH <> xDai](https://docs.tokenbridge.net/eth-xdai-amb-bridge/about-the-eth-xdai-amb) |
|
|
|
* |
|
|
|
* - [ETH <> qDai](https://docs.tokenbridge.net/eth-qdai-bridge/about-the-eth-qdai-amb) |
|
|
|
* - https://docs.tokenbridge.net/eth-xdai-amb-bridge/about-the-eth-xdai-amb[ETH <> xDai] |
|
|
|
* - [ETH <> ETC](https://docs.tokenbridge.net/eth-etc-amb-bridge/about-the-eth-etc-amb) |
|
|
|
* - https://docs.tokenbridge.net/eth-qdai-bridge/about-the-eth-qdai-amb[ETH <> qDai] |
|
|
|
* - [ETH <> BSC](https://docs.tokenbridge.net/eth-bsc-amb/about-the-eth-bsc-amb) |
|
|
|
* - https://docs.tokenbridge.net/eth-etc-amb-bridge/about-the-eth-etc-amb[ETH <> ETC] |
|
|
|
* - [ETH <> POA](https://docs.tokenbridge.net/eth-poa-amb-bridge/about-the-eth-poa-amb) |
|
|
|
* - https://docs.tokenbridge.net/eth-bsc-amb/about-the-eth-bsc-amb[ETH <> BSC] |
|
|
|
* - [BSC <> xDai](https://docs.tokenbridge.net/bsc-xdai-amb/about-the-bsc-xdai-amb) |
|
|
|
* - https://docs.tokenbridge.net/eth-poa-amb-bridge/about-the-eth-poa-amb[ETH <> POA] |
|
|
|
* - [POA <> xDai](https://docs.tokenbridge.net/poa-xdai-amb/about-the-poa-xdai-amb) |
|
|
|
* - https://docs.tokenbridge.net/bsc-xdai-amb/about-the-bsc-xdai-amb[BSC <> xDai] |
|
|
|
* - [Rinkeby <> xDai](https://docs.tokenbridge.net/rinkeby-xdai-amb-bridge/about-the-rinkeby-xdai-amb) |
|
|
|
* - https://docs.tokenbridge.net/poa-xdai-amb/about-the-poa-xdai-amb[POA <> xDai] |
|
|
|
* - [Kovan <> Sokol](https://docs.tokenbridge.net/kovan-sokol-amb-bridge/about-the-kovan-sokol-amb) |
|
|
|
* - https://docs.tokenbridge.net/rinkeby-xdai-amb-bridge/about-the-rinkeby-xdai-amb[Rinkeby <> xDai] |
|
|
|
|
|
|
|
* - https://docs.tokenbridge.net/kovan-sokol-amb-bridge/about-the-kovan-sokol-amb[Kovan <> Sokol] |
|
|
|
* |
|
|
|
* |
|
|
|
* _Available since v4.6._ |
|
|
|
* _Available since v4.6._ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|