From 0023dff18b903e13e4f606f70544b8fe231aa467 Mon Sep 17 00:00:00 2001 From: Zhenyang Shi Date: Thu, 2 Nov 2023 12:27:05 +1000 Subject: [PATCH] Update bootstrap/8_root_initialisation.js Co-authored-by: Benjimmutable <123430337+Benjimmutable@users.noreply.github.com> --- bootstrap/8_root_initialisation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/8_root_initialisation.js b/bootstrap/8_root_initialisation.js index 56d20b76..e1c7a229 100644 --- a/bootstrap/8_root_initialisation.js +++ b/bootstrap/8_root_initialisation.js @@ -52,7 +52,7 @@ async function run() { receipt = null; while (receipt == null) { - receipt = await childProvider.getTransactionReceipt(childTemplate.deployTransaction.hash) + receipt = await rootProvider.getTransactionReceipt(childTemplate.deployTransaction.hash) await delay(1000); } console.log(receipt);