PatrickAlphaC / dungeons-and-dragons-nft

#chainlink #nft
MIT License
633 stars 278 forks source link

d&d not deploying to network #7

Closed chahakshah111 closed 3 years ago

chahakshah111 commented 3 years ago

when i run truffle migrate --reset --network rinkeby its not stopping and after completing 50 blocks i got timeout Error.

i tried configuring provider object like this: rinkeby: { provider: () => { return new HDWalletProvider(MNEMONIC, rinkebyNodeUrl); }, network_id: "4", gas: 5000000, networkCheckTimeout: 1000000, timeoutBlocks: 200, },

but its still not working, how can i solve this issue? Screenshot (15)

PatrickAlphaC commented 3 years ago

Thanks for this.

Could you reclone and try now? I just updated the project.