Skip to content

Commit 20cdf98

Browse files
--broadcast switch required to broadcast the transaction (#717)
1 parent 78b74e8 commit 20cdf98

File tree

1 file changed

+1
-0
lines changed
  • pages/price-feeds/create-your-first-pyth-app/evm

1 file changed

+1
-0
lines changed

pages/price-feeds/create-your-first-pyth-app/evm/part-2.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Run the following command:
6767
forge create src/MyFirstPythContract.sol:MyFirstPythContract \
6868
--private-key $PRIVATE_KEY \
6969
--rpc-url $RPC_URL \
70+
--broadcast \
7071
--constructor-args $PYTH_OP_SEPOLIA_ADDRESS $ETH_USD_ID
7172
```
7273

0 commit comments

Comments
 (0)