1
1
// Copyright (c) 2025 Yegor Bugayenko
2
2
//
3
3
// Permission is hereby granted, free of charge, to any person obtaining a copy
4
- // of this software and associated documentation files (the ' Software' ), to deal
4
+ // of this software and associated documentation files (the " Software" ), to deal
5
5
// in the Software without restriction, including without limitation the rights
6
6
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
7
// copies of the Software, and to permit persons to whom the Software is
10
10
// The above copyright notice and this permission notice shall be included in all
11
11
// copies or substantial portions of the Software.
12
12
//
13
- // THE SOFTWARE IS PROVIDED ' AS IS' , WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ // THE SOFTWARE IS PROVIDED " AS IS" , WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
14
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
15
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFINGEMENT. IN NO EVENT SHALL THE
16
16
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
20
21
21
require ( "@nomicfoundation/hardhat-toolbox" ) ;
22
22
23
- /** @type import(' hardhat/config' ).HardhatUserConfig */
23
+ /** @type import(" hardhat/config" ).HardhatUserConfig */
24
24
25
25
module . exports = {
26
26
solidity : "0.8.28" ,
@@ -33,9 +33,16 @@ module.exports = {
33
33
maxFeePerGas : 100 ,
34
34
maxPriorityFeePerGas : 100 ,
35
35
initialBaseFeePerGas : 100 ,
36
- accounts : {
37
- count : 1
38
- }
36
+ accounts : [
37
+ {
38
+ privateKey : "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a" ,
39
+ balance : "55555555555555555555555"
40
+ } ,
41
+ {
42
+ privateKey : "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b" ,
43
+ balance : "66666666666666666666666"
44
+ }
45
+ ]
39
46
} ,
40
47
foo : {
41
48
chainId : 4242 ,
0 commit comments