Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Jan 4, 2024
1 parent c161a78 commit 8efaff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/flows/erc20_to_native_token_bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func ERC20ToNativeTokenBridge(network interfaces.LocalNetwork) {
{
// We need 10 eth (1e19 wei) to deploy the contract, plus some for gas for other transactions
fundingAmount := utils.BigIntMul(big.NewInt(1e15), big.NewInt(1e5))

utils.SendNativeTransfer(
ctx,
sourceSubnet,
Expand Down
2 changes: 1 addition & 1 deletion tests/flows/native_token_bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func NativeTokenBridge(network interfaces.LocalNetwork) {

{
// The deployer is used to also send native transfers so we don't have to create an additional address.
// The deployer will send 1.25*initialReserveImbalance over the course of the test, plus 10 eth to
// The deployer will send 1.25*initialReserveImbalance over the course of the test, plus 10 eth to
// deploy the contract, plus a little bit of gas, so transfer 2*initialReserveImbalance to be safe.
utils.SendNativeTransfer(
ctx,
Expand Down

0 comments on commit 8efaff1

Please sign in to comment.