From 6386e6f4c92b398603d1706323c3813919c2a61e Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Wed, 11 Jun 2025 13:38:18 -0400 Subject: [PATCH] fix(docs): cast send -j requires # of threads --- pages/price-feeds/create-your-first-pyth-app/evm/part-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/price-feeds/create-your-first-pyth-app/evm/part-2.mdx b/pages/price-feeds/create-your-first-pyth-app/evm/part-2.mdx index d740937d..26b1a05a 100644 --- a/pages/price-feeds/create-your-first-pyth-app/evm/part-2.mdx +++ b/pages/price-feeds/create-your-first-pyth-app/evm/part-2.mdx @@ -115,7 +115,7 @@ We can do this using `cast` by running the following command: cast send \ --private-key $PRIVATE_KEY \ --rpc-url $RPC_URL \ - -j \ + -j 1 \ --value 0.0005ether \ $DEPLOYMENT_ADDRESS \ "updateAndMint(bytes[])" \