1 Star 0 Fork 0

ERIC/wyvern-ethereum

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
truffle.js 847 Bytes
一键复制 编辑 原始数据 按行查看 历史
Protinam 提交于 2018-06-12 09:32 . Redeploy to mainnet
module.exports = {
networks: {
development: {
host: 'localhost',
port: 8545,
network_id: '*',
gas: 6700000
},
kovan: {
host: 'localhost',
port: 8545,
network_id: '*',
gas: 6700000
},
rinkeby: {
host: 'localhost',
from: '0xb483a98e72a583cc9b45b70cee07ac628d633d69',
port: 8545,
network_id: '*',
gas: 6700000,
gasPrice: 21000000000
},
coverage: {
host: 'localhost',
network_id: '*',
port: 8545,
gas: 0xfffffffffff,
gasPrice: 0x01
},
main: {
host: 'localhost',
port: 8547,
from: '0x0084a81668B9A978416aBEB88bC1572816cc7cAC',
network_id: 1,
gas: 6700000,
gasPrice: 6110000000
}
},
solc: {
optimizer: {
enabled: true,
runs: 200
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/redblow/wyvern-ethereum.git
git@gitee.com:redblow/wyvern-ethereum.git
redblow
wyvern-ethereum
wyvern-ethereum
master

搜索帮助