secretstore-contracts
Version:
Secret Store permissioning and service contracts collection and toolkit.
29 lines (28 loc) • 555 B
JavaScript
module.exports = {
networks: {
dev: {
host: "127.0.0.1",
port: 8545,
network_id: "*" // Match any network id
},
tobalaba: {
host: "127.0.0.1",
port: 8545,
network_id: "401697", // Toablaba network id
gas: 7000000,
},
deployment: {
host: "127.0.0.1",
port: 8545,
network_id: "401697", // Toablaba network id
gas: 7000000,
from: "0x569f1153F6939Bb98530EC54e4dec7be481CA80f",
}
},
solc: {
optimizer: {
enabled: true,
runs: 200
}
}
};