Skip to content

Commit

Permalink
newchange
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Feb 24, 2024
1 parent 09ab061 commit e241460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/contracts/contract_deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func NewContractDeployer(bcClient blockchain.EVMClient, logger zerolog.Logger) (
return &WeMixContractDeployer{NewEthereumContractDeployer(clientImpl, logger)}, nil
case *blockchain.GnosisClient:
return &GnosisContractDeployer{NewEthereumContractDeployer(clientImpl, logger)}, nil
case *blockchain.MantleGoerliClient:
case *blockchain.MantleClient:
return &MantleContractDeployer{NewEthereumContractDeployer(clientImpl, logger)}, nil
}
return nil, errors.New("unknown blockchain client implementation for contract deployer, register blockchain client in NewContractDeployer")
Expand Down

0 comments on commit e241460

Please sign in to comment.