We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe4541 commit 2132921Copy full SHA for 2132921
script/DeployFaucet.s.sol
@@ -7,7 +7,6 @@ import "src/Faucet.sol";
7
8
contract DeployFaucet is Script {
9
Faucet public faucet;
10
- address public tokenAddress = 0x0000000000000000000000000000000000000000;
11
12
function run() external {
13
uint256 deployerPk = vm.envUint("DEPLOYER_KEY");
0 commit comments