update contracts configs
This commit is contained in:
parent
25ec8b34e4
commit
72b1c0a19f
|
@ -49,7 +49,7 @@ module.exports = {
|
|||
// when not specified
|
||||
// - explicit will only attempt to deploy the contracts that are explicitly specified inside the
|
||||
// contracts section.
|
||||
//strategy: 'implicit',
|
||||
strategy: 'explicit',
|
||||
|
||||
// minimalContractSize, when set to true, tells Embark to generate contract files without the heavy bytecodes
|
||||
// Using filteredFields lets you customize which field you want to filter out of the contract file (requires minimalContractSize: true)
|
||||
|
@ -57,10 +57,7 @@ module.exports = {
|
|||
// filteredFields: [],
|
||||
|
||||
contracts: {
|
||||
// example:
|
||||
//SimpleStorage: {
|
||||
// args: [ 100 ]
|
||||
//}
|
||||
KeycardWalletFactory: {},
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -57,13 +57,7 @@ module.exports = {
|
|||
// filteredFields: [],
|
||||
|
||||
contracts: {
|
||||
KeycardWalletFactory: {
|
||||
file: "../contracts/KeycardWalletFactory.sol"
|
||||
},
|
||||
KeycardWallet: {
|
||||
deploy: false,
|
||||
file: "../contracts/KeycardWallet.sol"
|
||||
}
|
||||
KeycardWalletFactory: {},
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -57,14 +57,8 @@ module.exports = {
|
|||
// filteredFields: [],
|
||||
|
||||
contracts: {
|
||||
KeycardWalletFactory: {
|
||||
file: "../contracts/KeycardWalletFactory.sol"
|
||||
KeycardWalletFactory: {},
|
||||
},
|
||||
KeycardWallet: {
|
||||
deploy: false,
|
||||
file: "../contracts/KeycardWallet.sol"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
// default environment, merges with the settings in default
|
||||
|
|
Loading…
Reference in New Issue