update contracts configs

This commit is contained in:
Andrea Franz 2019-11-18 10:48:34 +01:00
parent 25ec8b34e4
commit 72b1c0a19f
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
3 changed files with 5 additions and 20 deletions

View File

@ -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: {},
}
},

View File

@ -57,13 +57,7 @@ module.exports = {
// filteredFields: [],
contracts: {
KeycardWalletFactory: {
file: "../contracts/KeycardWalletFactory.sol"
},
KeycardWallet: {
deploy: false,
file: "../contracts/KeycardWallet.sol"
}
KeycardWalletFactory: {},
}
},

View File

@ -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