🌉 Bridge token between Ethereum Goerli to Arbitrum Goerli

Vikash Kumar Choubey
2 min readMay 13, 2023

--

There is great hype around web3 developer with Arbitrum one network launch which is L2 roll up chain and provides a good speed to web3 transaction. I thought of developing something on Arbitrum Goerli testnet network, but while doing so I faced issue getting AGOR faucet. So I dig deep to know what could be done for the same and found out easiest way is to get it bridge the token from Ethereum Goerli to Arbitrum Goerli network.

Consider we can get Ethereum goerli token easily with a single google search I will directly jump upon bridging token from Ethereum Goerli to Arbitrum Goerli.

We can go to Arbitrum bridge, and connect our wallet on Ethereum Goerli with Goerli ETH. Below is the UI will open up, here we can simply added the amount of token we want to transfer to Arbitrum Goerli.

Bridge site screenshot

Once you will click on Move funds to Arbitrum Goerli, below screen will pop up and it will take some time depending upon network congestion.

Transaction details screenshot

Once the transactions are done, you can verify the token from metamask that token is added to your Arbitrum Goerli wallet.

So basically what happening here in backend is Eth is getting deposited to this contract, from there it will get bridged to destination wallet on Arbitrum Goerli wallet.

Following above guide you are ready to develop on Arbitrum Goerli network.

--

--