File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ start_testrpc() {
35
35
--account=" 0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501210,1000000000000000000000000"
36
36
)
37
37
38
- node_modules/.bin/testrpc --gasLimit 0xfffffffffff " ${accounts[@]} " > /dev/null &
38
+ node_modules/.bin/testrpc --gasLimit 8000000 --gasPrice 41000000000 " ${accounts[@]} " > /dev/null &
39
39
40
40
testrpc_pid=$!
41
41
}
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ module.exports = {
16
16
host : 'localhost' ,
17
17
port : 8545 ,
18
18
network_id : '*' , // eslint-disable-line camelcase
19
+ gas : 8000000 ,
20
+ gasPrice : 41000000000 ,
19
21
} ,
20
22
coverage : {
21
23
host : 'localhost' ,
@@ -24,16 +26,6 @@ module.exports = {
24
26
gas : 0xfffffffffff ,
25
27
gasPrice : 0x01 ,
26
28
} ,
27
- testrpc : {
28
- host : 'localhost' ,
29
- port : 8545 ,
30
- network_id : '*' , // eslint-disable-line camelcase
31
- } ,
32
- ganache : {
33
- host : 'localhost' ,
34
- port : 7545 ,
35
- network_id : '*' , // eslint-disable-line camelcase
36
- } ,
37
29
} ,
38
30
solc : {
39
31
optimizer : {
You can’t perform that action at this time.
0 commit comments