We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b7e70 commit 75cef24Copy full SHA for 75cef24
pages/builders/chain-operators/features/custom-gas-token.mdx
@@ -56,7 +56,7 @@ section of the docs.
56
```bash
57
DEPLOYMENT_OUTFILE=deployments/artifact.json \
58
DEPLOY_CONFIG_PATH=<PATH_TO_MY_DEPLOY_CONFIG> \
59
- forge script scripts/Deploy.s.sol:Deploy \
+ forge script scripts/deploy/Deploy.s.sol:Deploy \
60
--broadcast --private-key $PRIVATE_KEY \
61
--rpc-url $ETH_RPC_URL
62
```
0 commit comments