From 4da5fa0b115dc60f9c9609308d8a6ff56b47a52e Mon Sep 17 00:00:00 2001 From: OLAGUNJU ISAAC Date: Sun, 28 Jul 2024 22:38:20 +0100 Subject: [PATCH] Update README.md --- src/contract/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contract/README.md b/src/contract/README.md index d7858c4..229b378 100644 --- a/src/contract/README.md +++ b/src/contract/README.md @@ -55,7 +55,7 @@ const deployMethod = contract.deploy(keyPair.secretKey); const query: Cell = await deployMethod.getQuery(); // get init external message as Cell -await deplotMethod.estimateFee(); // get estimate fee of deploy +await deployMethod.estimateFee(); // get estimate fee of deploy await deployMethod.send(); // send init external message to blockchain