Skip to content

Commit

Permalink
unlock funding omni EVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Zodomo committed Nov 18, 2024
1 parent 201fd4a commit 516c3b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions e2e/app/fund.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 516c3b7

Please sign in to comment.