Skip to content

Commit

Permalink
fixed undeclared identifier in deploy relayer script
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDeadCe11 committed Jul 26, 2024
1 parent 2ab44e1 commit 7aa50ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/predeployment/DeployRelayers.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ contract DeployArbUsdChainlinkRelayerMainnet is CommonMainnet {

function run() public {
vm.startBroadcast(vm.envUint('ARB_MAINNET_DEPLOYER_PK'));
chainlinkRelayerFactory.deployChainlinkRelayer(MAINNET_CHAINLINK_ARB_USD_FEED, MAINNET_ORACLE_INTERVAL);
chainlinkRelayerFactory.deployChainlinkRelayer(MAINNET_CHAINLINK_ARB_USD_FEED, MAINNET_ORACLE_DELAY);
vm.stopBroadcast();
}
}

0 comments on commit 7aa50ff

Please sign in to comment.