You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/web3js/config.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ module.exports = {
5
5
web3: web3,
6
6
eoa: web3.eth.accounts.privateKeyToAccount('0xf6d5333177711e562cabf1f311916196ee6ffc2a07966d9d4628094073bd5442'),// eoa is 0xfacf71692421039876a5bb4f10ef7a439d8ef61e
7
7
fundedAmount: 5.0,
8
-
startBlockHeight: 4n,// start block height after setup accounts
9
-
coaDeploymentHeight: 3n,// block height where COA contract was deployed
8
+
startBlockHeight: 3n,// start block height after setup accounts
9
+
coaDeploymentHeight: 2n,// block height where COA contract was deployed
10
10
coinbase: '0x658bdf435d810c91414ec09147daa6db62406379',// configured account to receive fees
0 commit comments