Skip to content

Instantly share code, notes, and snippets.

@SuperCipher
Created January 6, 2022 13:23
Show Gist options
  • Save SuperCipher/3f51346a536cb71475fed2e8f82495fd to your computer and use it in GitHub Desktop.
Save SuperCipher/3f51346a536cb71475fed2e8f82495fd to your computer and use it in GitHub Desktop.
truffle config network
rinkeby: {
provider: function () {
return new HDWalletProvider(MNEMONIC, rinkebyNodeUrl);
},
gas: 5000000,
network_id: 4,
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment