在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.

zkw zkw 提出于 2020-07-28 15:34 4174 浏览

最佳答案

2020-07-30 21:01

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

    development: {
      host: '127.0.0.1',
      port: 7545,
      network_id: '*', // Match any network id
      gas: 6189082
    },
Tiny熊

擅长:智能合约,以太坊 · 采纳率 33% · 回答于 2020-07-29 10:27

其它 0 个回答

写回答

你需要登录后才可以回答问题,登录