Error: The network id specified in the truffle config (1) does not match the one returned by the network (15445072). Ensure that both the network and the provider are properly configured. #5500
Replies: 1 comment 1 reply
-
Hi, My mainnet network is configured thusly: I suggest you look at your URL carefully. NOTE that you are using the legacy deprecated method of specifying HDWalletProvider options. Suggest you switch to the new method, see: I hope this helps, do please update us with how you go. Warm regards, |
Beta Was this translation helpful? Give feedback.
-
I'm getting this error when I'm trying to run
truffle migrate --network mainnet --reset
Here's my
truffle-config.js
Here's my
2_deploy_contract.js
I've been looking around the web and haven't found anything that can help me out. Would be appreciate it if someone can help me out here
Beta Was this translation helpful? Give feedback.
All reactions