migrate to truffle 3
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
module.exports = {
|
||||
rpc: {
|
||||
host: "localhost",
|
||||
port: 8545
|
||||
networks: {
|
||||
development: {
|
||||
host: "localhost",
|
||||
port: 8545,
|
||||
network_id: "*"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user