在truffle的宠物商店的教程中出现这样的问题,帮忙解答一下啊:Error: The network id specified in the truffle config (4447) does not match the one returned by the network (5777) . Ensure that both the network and the provider are properly configured.

请先 登录 后评论

最佳答案 2020-07-30 21:01

把网络配置的 netword 更改为 * , 例如:

    development: {
      host: '127.0.0.1',
      port: 7545,
      network_id: '*', // Match any network id
      gas: 6189082
    },
请先 登录 后评论

其它 0 个回答

  • 1 关注
  • 0 收藏,2469 浏览
  • zkw 提出于 2020-07-28 15:34

相似问题