From 6dd5522bb9740991c17d8cbecc4c3bfe675096b9 Mon Sep 17 00:00:00 2001 From: Artem Chystiakov Date: Thu, 1 Feb 2024 14:51:01 +0200 Subject: [PATCH] readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 776ec0b..1b1d7f6 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,12 @@ Utilizes `ContractFactory` from [@ethers](https://www.npmjs.com/package/ethers) --- +- **save(contractInstance | name, address)**: + +Saves the contract to storage under the given `address` without deployment. + +--- + - **deployed(contractInstance, contractIdentifier)**: Returns the deployed contract instance, inferring types and enhancing functionalities for comfortable interaction.