From 0d4649ce1520466b4724a02341152e3cb3778573 Mon Sep 17 00:00:00 2001 From: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:56:08 -0700 Subject: [PATCH] update embedded evm address query --- docs/evm/cadence/batched-evm-transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/evm/cadence/batched-evm-transactions.md b/docs/evm/cadence/batched-evm-transactions.md index bd3987b23f..9c073ddc73 100644 --- a/docs/evm/cadence/batched-evm-transactions.md +++ b/docs/evm/cadence/batched-evm-transactions.md @@ -501,7 +501,7 @@ After running the linked transaction, you can check your COA's FLOW balance with EVM address (which you can get from the previous script). The resulting balance should be 1.0 (unless you've funded your COA prior to this walkthrough). - + ### Setting our EVM Contract Targets