From a6fedab457ae44a7398148f8c6bc8711b12c71d8 Mon Sep 17 00:00:00 2001 From: xixishidibei Date: Sat, 14 Sep 2024 18:08:11 +0800 Subject: [PATCH] chore: remove redundant symbol in contracts/scripts/oracle/README.md Signed-off-by: xixishidibei --- contracts/scripts/oracle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/scripts/oracle/README.md b/contracts/scripts/oracle/README.md index 76547f50ad..0756e6d3cc 100644 --- a/contracts/scripts/oracle/README.md +++ b/contracts/scripts/oracle/README.md @@ -17,7 +17,7 @@ Start a ganache fork in a terminal window: ``` yarn run node:fork ``` -In a separate terminal, deploy the contracts then get the prices from the oracle by running" +In a separate terminal, deploy the contracts then get the prices from the oracle by running ``` yarn run deploy:fork BUIDLER_NETWORK=ganache FORK=true node all-price.js