Adding development settings
This commit is contained in:
parent
8960a331c1
commit
4ff9212dc2
|
@ -1,5 +1,5 @@
|
|||
const config = {
|
||||
"relayAccount": "0xb8d851486d1c953e31a44374aca11151d49b8bb3",
|
||||
"relayAccount": "0x5b9b5db9cde96fda2e2c88e83f1b833f189e01f4",
|
||||
"relaySymKey": "0xd0d905c1c62b810b787141430417caf2b3f54cffadb395b7bb39fdeb8f17266b"
|
||||
};
|
||||
|
||||
|
|
|
@ -72,6 +72,19 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
development: {
|
||||
deployment: {
|
||||
accounts: [
|
||||
{
|
||||
privateKey: "b2ab40d549e67ba67f278781fec03b3a90515ad4d0c898a6326dd958de1e46fa",
|
||||
balance: "10 ether" // You can set the balance of the account in the dev environment
|
||||
// Balances are in Wei, but you can specify the unit with its name
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
testnet: {
|
||||
contracts: {
|
||||
"MiniMeTokenFactory": {
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
"nonce": "0x0000000000000042",
|
||||
"difficulty": "0x0",
|
||||
"alloc": {
|
||||
"0x3333333333333333333333333333333333333333": {"balance": "15000000000000000000"},
|
||||
"0x5B9B5db9Cde96FdA2E2C88e83f1B833f189E01F4": {"balance": "1500000000000000000"}
|
||||
"0x3333333333333333333333333333333333333333": {"balance": "15000000000000000000"}
|
||||
},
|
||||
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"coinbase": "0x3333333333333333333333333333333333333333",
|
||||
|
|
Loading…
Reference in New Issue