Skip to content

Commit

Permalink
Merge pull request #598 from OffchainLabs/fix-fe-docs
Browse files Browse the repository at this point in the history
fix error in frontend integration docs
  • Loading branch information
hkalodner authored Oct 29, 2020
2 parents b426098 + a1ca480 commit f4315de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Frontend_Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const arbSigner = arbProvider.getSigner(0)
const l1Bridge = new L1Bridge(ethSigner, '0xArbChainAddress')

// deposit eth:
const txnResponse = await ethWallet.depositETH('0xwalletaddress', weiValue)
const txnResponse = await l1Bridge.depositETH('0xwalletaddress', weiValue)

//withdraw eth
const txnResponse = await withdrawEth(arbSigner, weiValue)
Expand Down

0 comments on commit f4315de

Please sign in to comment.