Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Nov 6, 2024
1 parent b56baaa commit 77fb076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/scripts/core/DeployCore.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {console} from "forge-std/console.sol";

contract DeployTestnet is Script {

// Amount of ETH required to fund the Oracle contract.
// Amount of ETH required to fund the Oracle address.
uint256 public constant ORACLE_FUNDING = 1000 ether;

error FailedToSendETHToOracle(address addr);
Expand Down

0 comments on commit 77fb076

Please sign in to comment.