From 041ec23b8c0d3cb9ce8a3ca4f6b74a91cae76968 Mon Sep 17 00:00:00 2001 From: VivekJd-18 <107096136+VivekJd-18@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:56:32 +0530 Subject: [PATCH] Update truffle-config.js it had the semicolon instead of comma at line no. 66 --- screencast/314-eth-bsc-bridge/truffle-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screencast/314-eth-bsc-bridge/truffle-config.js b/screencast/314-eth-bsc-bridge/truffle-config.js index a13883ee2c..4ba9d3c144 100644 --- a/screencast/314-eth-bsc-bridge/truffle-config.js +++ b/screencast/314-eth-bsc-bridge/truffle-config.js @@ -63,7 +63,7 @@ module.exports = { ethTestnet: { provider: () => new HDWalletProvider( mnemonic, - 'Infura Rinkeby url'; + 'Infura Rinkeby url', 0, 1 ),