From 311f0c5959857bf8694a24909050717ca505ebbe Mon Sep 17 00:00:00 2001 From: GarmashAlex Date: Wed, 21 May 2025 16:33:24 +0300 Subject: [PATCH] Update Foundry scripting documentation link to the latest URL --- examples/erc20-counter/contracts/script/DeployCounter.s.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/erc20-counter/contracts/script/DeployCounter.s.sol b/examples/erc20-counter/contracts/script/DeployCounter.s.sol index a5ca55ded..2d6066052 100644 --- a/examples/erc20-counter/contracts/script/DeployCounter.s.sol +++ b/examples/erc20-counter/contracts/script/DeployCounter.s.sol @@ -31,7 +31,7 @@ import {ERC20FixedSupply} from "../test/Counter.t.sol"; /// - TOKEN_CONTRACT to link the Counter to an existing ERC20 token. /// /// See the Foundry documentation for more information about Solidity scripts. -/// https://book.getfoundry.sh/tutorials/solidity-scripting +/// https://book.getfoundry.sh/guides/scripting-with-solidity contract DeployCounter is Script, RiscZeroCheats { function run() external { uint256 deployerKey = uint256(vm.envBytes32("ETH_WALLET_PRIVATE_KEY"));