more config updates for bug reproduction
This commit is contained in:
parent
fbb61b4bde
commit
891d2a6f34
|
@ -25,7 +25,7 @@ module.exports = {
|
|||
mineWhenNeeded: true, // Uses our custom script (if isDev is false) to mine only when needed
|
||||
nodiscover: true, // Disables the peer discovery mechanism (manual peer addition)
|
||||
maxpeers: 0, // Maximum number of network peers (network disabled if set to 0) (default: 25)
|
||||
proxy: true, // Proxy is used to present meaningful information about transactions
|
||||
proxy: false, // Proxy is used to present meaningful information about transactions
|
||||
targetGasLimit: 8000000, // Target gas limit sets the artificial target gas floor for the blocks to mine
|
||||
simulatorMnemonic: "example exile argue silk regular smile grass bomb merge arm assist farm", // Mnemonic used by the simulator to generate a wallet
|
||||
simulatorBlocktime: 0, // Specify blockTime in seconds for automatic mining. Default is 0 and no auto-mining.
|
||||
|
|
|
@ -4,8 +4,8 @@ module.exports = {
|
|||
// Blockchain node to deploy the contracts
|
||||
deployment: {
|
||||
host: 'localhost', // Host of the blockchain node
|
||||
port: 8546, // Port of the blockchain node
|
||||
type: 'ws', // Type of connection (ws or rpc),
|
||||
port: 8545, // Port of the blockchain node
|
||||
type: 'rpc', // Type of connection (ws or rpc),
|
||||
// Accounts to use instead of the default account to populate your wallet
|
||||
/*,accounts: [
|
||||
{
|
||||
|
@ -58,8 +58,6 @@ module.exports = {
|
|||
LiquidPledgingMock: {},
|
||||
RecoveryVault: {},
|
||||
LPFactory: {
|
||||
deploy: false,
|
||||
// gas: "8000000",
|
||||
args: {
|
||||
_vaultBase: '$LPVault',
|
||||
_lpBase: '$LiquidPledgingMock',
|
||||
|
|
Loading…
Reference in New Issue