Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Dec 21, 2023
1 parent 88fca01 commit d1016fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion contrib/localnet/orchestrator/smoketest/runner/setup_evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package runner

import (
"context"
"github.com/zeta-chain/zetacore/zetaclient"
"math/big"
"time"

"github.com/zeta-chain/zetacore/zetaclient"

"github.com/ethereum/go-ethereum/accounts/abi/bind"
ethcommon "github.com/ethereum/go-ethereum/common"
"github.com/zeta-chain/protocol-contracts/pkg/contracts/evm/erc20custody.sol"
Expand Down
3 changes: 2 additions & 1 deletion contrib/localnet/orchestrator/smoketest/runner/setup_zeta.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package runner

import (
"context"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"math/big"
"time"

"github.com/ethereum/go-ethereum/accounts/abi/bind"

"github.com/btcsuite/btcutil"
ethcommon "github.com/ethereum/go-ethereum/common"
"github.com/zeta-chain/protocol-contracts/pkg/contracts/zevm/systemcontract.sol"
Expand Down

0 comments on commit d1016fb

Please sign in to comment.