Created
January 6, 2022 13:23
-
-
Save SuperCipher/3f51346a536cb71475fed2e8f82495fd to your computer and use it in GitHub Desktop.
truffle config network
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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