Skip to content

Commit

Permalink
Fix minor error on Deployconfig.s.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLee22 committed Oct 8, 2024
1 parent 9ff1a6c commit 8ab2385
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ contract DeployConfig is Script {
function setNativeTokenAddress(address _nativeTokenAddress, string memory _path) public {
nativeTokenAddress = _nativeTokenAddress;
stdJson.write(vm.toString(_nativeTokenAddress), _path, "$.nativeTokenAddress");
}

function fork() public view returns (Fork fork_) {
// let env var take precedence
Expand Down

0 comments on commit 8ab2385

Please sign in to comment.