Skip to content

Commit

Permalink
update address in smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixFan1992 committed Mar 4, 2024
1 parent 004d2f6 commit cf4b66e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration-tests/contracts/contract_deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1268,8 +1268,6 @@ func (e *EthereumContractDeployer) DeployKeeperRegistry(
var allowedReadOnlyAddress common.Address
if chainId == networks.PolygonZkEvmMainnet.ChainID || chainId == networks.PolygonZkEvmCardona.ChainID {
allowedReadOnlyAddress = common.HexToAddress("0x1111111111111111111111111111111111111111")
} else if chainId == networks.GnosisMainnet.ChainID || chainId == networks.GnosisChiado.ChainID {
allowedReadOnlyAddress = common.HexToAddress("0xfffffffffffffffffffffffffffffffffffffffe")
} else {
allowedReadOnlyAddress = common.HexToAddress("0x0000000000000000000000000000000000000000")
}
Expand Down

0 comments on commit cf4b66e

Please sign in to comment.