We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb1d33 commit 2575cd7Copy full SHA for 2575cd7
lib/tests/test.js
@@ -72,6 +72,9 @@ class Test {
72
73
if (this.simOptions.accounts) {
74
this.simOptions.accounts = this.simOptions.accounts.map((account) => {
75
+ if (!account.hexBalance) {
76
+ account.hexBalance = '0x8AC7230489E80000'; // 10 ether
77
+ }
78
return {balance: account.hexBalance, secretKey: account.privateKey};
79
});
80
}
0 commit comments