Skip to content

Commit 75cef24

Browse files
committed
custom-gas-token: wrong Deploy.s.sol file path
Signed-off-by: jsvisa <[email protected]>
1 parent 06b7e70 commit 75cef24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/builders/chain-operators/features/custom-gas-token.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ section of the docs.
5656
```bash
5757
DEPLOYMENT_OUTFILE=deployments/artifact.json \
5858
DEPLOY_CONFIG_PATH=<PATH_TO_MY_DEPLOY_CONFIG> \
59-
forge script scripts/Deploy.s.sol:Deploy \
59+
forge script scripts/deploy/Deploy.s.sol:Deploy \
6060
--broadcast --private-key $PRIVATE_KEY \
6161
--rpc-url $ETH_RPC_URL
6262
```

0 commit comments

Comments
 (0)