upgrade to embark@next
This commit is contained in:
parent
f0e56ec0d5
commit
3534ccf8d8
16
chains.json
16
chains.json
|
@ -790,5 +790,21 @@
|
|||
"address": "0x9c888ff4D7d4F512C79073ad5016116327fD8315"
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x19e9af8eb3780d5cf63633ebddc5f9e7b994ee155147562f24a7a521541736d3": {
|
||||
"contracts": {
|
||||
"0xe5413cb03538126884d14df481da47efdeba969bd6c7e3609abaf1dc42973b1a": {
|
||||
"name": "MiniMeTokenFactory",
|
||||
"address": "0x7078E9E73FeFf15eC5C4C58233adc19447719979"
|
||||
},
|
||||
"0x1dc86cbe444c7243c6565fc68d02a9a0623e97a7d9470f1debede7951c2acb37": {
|
||||
"name": "SNT",
|
||||
"address": "0x195fcB5B1D04E58C90813a5d67a5Ab84Bc4D85e5"
|
||||
},
|
||||
"0x303aabe1cc76d9f9b44f0fa6d2b591caad9d8ca9f68e93b4c29cb7032325c454": {
|
||||
"name": "Meritocracy",
|
||||
"address": "0x9c888ff4D7d4F512C79073ad5016116327fD8315"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,13 +25,7 @@ module.exports = {
|
|||
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
|
||||
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.
|
||||
account: {
|
||||
numAccounts: 11, // When specified, creates accounts for use in the dapp. This option only works in the development environment, and can be used as a quick start option that bypasses the need for MetaMask in development. These accounts are unlocked and funded with the below settings.
|
||||
// password: "config/development/password", // Password for the created accounts (as specified in the `numAccounts` setting). If `mineWhenNeeded` is enabled (and isDev is not), this password is used to create a development account controlled by the node.
|
||||
balance: "5 ether" // Balance to be given to the created accounts (as specified in the `numAccounts` setting)
|
||||
}
|
||||
},
|
||||
|
||||
// merges with the settings in default
|
||||
|
@ -66,7 +60,6 @@ module.exports = {
|
|||
targetGasLimit: 8000000,
|
||||
wsHost: "localhost",
|
||||
wsPort: 8546,
|
||||
simulatorMnemonic: "example exile argue silk regular smile grass bomb merge arm assist farm",
|
||||
simulatorBlocktime: 0
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue