Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Jan 4, 2024
1 parent 4d1a43f commit 2c8824c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/flows/erc20_to_native_token_bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ func ERC20ToNativeTokenBridge(network interfaces.LocalNetwork) {
sourceFundingAmount,
)

// On the destination chain, the deployer address needs valueToReturn native tokens to attempt (and fail) to send
// tokens before the bridge contracts are collateralized. It also needs some extra for gas costs, so we send valueToReturn*2
// On the destination chain, the deployer address needs valueToReturn native tokens to attempt (and fail)
// to send tokens before the bridge contracts are collateralized. It also needs some extra for gas costs,
// so we send valueToReturn*2
utils.SendNativeTransfer(
ctx,
destSubnet,
Expand Down

0 comments on commit 2c8824c

Please sign in to comment.