chore: sync submodule state (parent ref update)
Made-with: Cursor
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
pragma solidity ^0.8.20;
|
||||
|
||||
import {Script} from "forge-std/Script.sol";
|
||||
|
||||
/**
|
||||
* @title EnvValidation
|
||||
* @notice Library for validating environment variables in deployment scripts
|
||||
@@ -65,7 +63,7 @@ library EnvValidation {
|
||||
* @notice Validates that an RPC URL is set and has correct format
|
||||
* @param url The RPC URL string
|
||||
*/
|
||||
function validateRPCURL(string memory url) internal pure {
|
||||
function validateRpcUrl(string memory url) internal pure {
|
||||
bytes memory urlBytes = bytes(url);
|
||||
|
||||
if (urlBytes.length == 0) {
|
||||
|
||||
Reference in New Issue
Block a user