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