From bb949c6c2a24e6990c266acbc87009b4152eee69 Mon Sep 17 00:00:00 2001 From: Eric Nordelo Date: Tue, 15 Nov 2022 21:22:05 +0100 Subject: [PATCH 1/2] Update src/nile/core/account.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Martín Triay --- src/nile/core/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nile/core/account.py b/src/nile/core/account.py index c3397124..dc2f1b5c 100644 --- a/src/nile/core/account.py +++ b/src/nile/core/account.py @@ -163,7 +163,7 @@ def send( query_type=None, watch_mode=None, ): - """Execute a query or invoke call for a tx going through an Account.""" + """Execute or simulate an Account transaction.""" target_address = self._get_target_address(address_or_alias) calldata, max_fee, nonce = self._process_arguments(calldata, max_fee, nonce) From 24f396ae52218e84ed7f00cd0a03cde9ee42d3c0 Mon Sep 17 00:00:00 2001 From: Eric Nordelo Date: Tue, 15 Nov 2022 21:25:04 +0100 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Martín Triay --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b442bf52..614aae71 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ nile deploy [--alias ALIAS] [--network NETWORK] [ For example: ```sh -nile deploy setup_account_alias contract --alias my_contract +nile deploy contract --alias my_contract 🚀 Deploying contract ⏳ ️Deployment of contract successfully sent at 0x07ec10eb0758f7b1bc5aed0d5b4d30db0ab3c087eba85d60858be46c1a5e4680