diff --git a/e2e/app/fund.go b/e2e/app/fund.go index 928a4a249..17928c5b2 100644 --- a/e2e/app/fund.go +++ b/e2e/app/fund.go @@ -10,7 +10,6 @@ import ( "github.com/omni-network/omni/lib/contracts" "github.com/omni-network/omni/lib/errors" "github.com/omni-network/omni/lib/ethclient/ethbackend" - "github.com/omni-network/omni/lib/evmchain" "github.com/omni-network/omni/lib/log" "github.com/omni-network/omni/lib/netconf" "github.com/omni-network/omni/lib/tokens" @@ -85,10 +84,6 @@ func FundAccounts(ctx context.Context, def Definition, hotOnly bool, dryRun bool log.Info(ctx, "Checking accounts to fund", "network", network, "count", len(accounts)) for _, chain := range def.Testnet.EVMChains() { - if chain.ChainID == evmchain.IDOmniMainnet { - log.Info(ctx, "Skipping mainnet omni evm", "chain", chain.Name) - continue - } backend, err := def.Backends().Backend(chain.ChainID) if err != nil { return errors.Wrap(err, "backend")