mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-28 12:14:49 +00:00
add rinkeby settings
This commit is contained in:
parent
81c001a78f
commit
2129e15eae
@ -104,6 +104,13 @@ module.exports = {
|
||||
password: "config/testnet/password"
|
||||
}
|
||||
},
|
||||
rinkeby: {
|
||||
networkType: "rinkeby",
|
||||
syncMode: "light",
|
||||
account: {
|
||||
password: "config/testnet/password"
|
||||
}
|
||||
},
|
||||
|
||||
// merges with the settings in default
|
||||
// used with "embark run livenet" and/or "embark blockchain livenet"
|
||||
|
@ -111,6 +111,34 @@ module.exports = {
|
||||
// used with "embark run testnet"
|
||||
testnet: {},
|
||||
|
||||
rinkeby: {
|
||||
dappConnection: [
|
||||
'$WEB3', // uses pre existing web3 object if available (e.g in Mist)
|
||||
'ws://localhost:8546',
|
||||
'http://localhost:8545',
|
||||
],
|
||||
strategy: 'explicit',
|
||||
contracts: {
|
||||
LPVault: {},
|
||||
LiquidPledging: {},
|
||||
RecoveryVault: {},
|
||||
LPFactory: {
|
||||
args: {
|
||||
_vaultBase: '$LPVault',
|
||||
_lpBase: '$LiquidPledging',
|
||||
},
|
||||
},
|
||||
// contracts for testing
|
||||
StandardToken: {},
|
||||
Kernel: {
|
||||
file: "@aragon/os/contracts/kernel/Kernel.sol"
|
||||
},
|
||||
ACL: {
|
||||
file: "@aragon/os/contracts/acl/ACL.sol"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
// merges with the settings in default
|
||||
// used with "embark run livenet"
|
||||
livenet: {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user