Skip to content

Commit

Permalink
Add to op stack deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Oct 26, 2023
1 parent 77fc30c commit 9ec9617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/contracts/contract_deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,8 @@ func (e *EthereumContractDeployer) DeployKeeperRegistry(
//Optimism payment model
case big.NewInt(420):
mode = uint8(2)
case big.NewInt(84531):
mode = uint8(2)
default:
mode = uint8(0)
}
Expand Down

0 comments on commit 9ec9617

Please sign in to comment.