Upgradable experiments
This commit is contained in:
10
truffle.js
Normal file
10
truffle.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
// See <http://truffleframework.com/docs/advanced/configuration>
|
||||
networks: {
|
||||
development: {
|
||||
host: "127.0.0.1",
|
||||
port: 7545,
|
||||
network_id: "*" // Match any network id
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user