From 546e8e6d710653261797bd93f20d46c7e4fd3c43 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Tue, 25 Jun 2019 11:25:42 +0200 Subject: [PATCH] Update bridge URL & note our UI mod repo --- content/tutorials/token-bridge.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/tutorials/token-bridge.md b/content/tutorials/token-bridge.md index 3689c2ce..db7de29b 100644 --- a/content/tutorials/token-bridge.md +++ b/content/tutorials/token-bridge.md @@ -7,7 +7,7 @@ TODO: All images here are placeholders for now. Replace them with images showing ## Introduction -There is a token bridge between the Ethereum Mainnet and [the Pacific Network](/concepts/pacific-network/). It's based on [the TokenBridge by POA Network](https://medium.com/poa-network/introducing-the-erc20-to-erc20-tokenbridge-ce266cc1a2d0) (the company). +There is a token bridge between the Ethereum Mainnet and [the Pacific Network](/concepts/pacific-network/). It's based on [the TokenBridge by POA Network](https://medium.com/poa-network/introducing-the-erc20-to-erc20-tokenbridge-ce266cc1a2d0) (the company), but the user interface was modified to conform to the Ocean Protocol style.[^1] This tutorial shows how you can use the token bridge to transfer Ocean Tokens (OCEAN) from the Ethereum Mainnet to the Pacific Network. ## WARNING @@ -22,9 +22,7 @@ Below is a screenshot of MetaMask showing an account (with address `0x8…`) whi ![MetaMask showing an account that has 500.000 OCEAN in the Ethereum Mainnet](./images/tb01.png) -To use the token bridge between the Ethereum Mainnet and the Pacific Network, then go to [https://token-bridge.pacific.oceanprotocol.com](https://token-bridge.pacific.oceanprotocol.com). You should see something like this: - -TODO: or maybe the URL will be bridge.oceanprotocol.com ? Update accordingly. +To use the token bridge between the Ethereum Mainnet and the Pacific Network, then go to [https://bridge.oceanprotocol.com/](https://bridge.oceanprotocol.com/). You should see something like this: ![The token bridge user interface](./images/tb02.png) @@ -58,3 +56,6 @@ Notice how the transaction ID is shown. If you go back to MetaMask and switch the network to Pacific, then the account's OCEAN balance in Pacific should be higher by the amount just transferred. ![MetaMask showing an account that has 1.000 OCEAN in the Pacific Network](./images/tb08.png) + + +[^1]: The code for the Ocean Protocol version of the token bridge UI is in the [oceanprotocol/token-bridge-ui repo on GitHub](https://github.com/oceanprotocol/token-bridge-ui).