By default, the owner accounts[0]
, so the first account in the list, but you can set the owner by adding "from" to the truffle.js configuration file
module.exports = {
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*",
from: "0xda9b1a939350dc7198165ff84c43ce77a723ef73"
}
}
};
.
https://github.com/trufflesuite/truffle/issues/138