File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,19 @@ module.exports = {
4343 } ,
4444 goerli : {
4545 provider : ( ) => {
46- return new HDWalletProvider ( "replace-with- private-key-when-using " , "https://goerli.infura.io/v3/e21146aa267845a2b7b4da025178196d " ) ;
46+ return new HDWalletProvider ( "private-key" , "https://goerli.infura.io/v3/infura-key " ) ;
4747 } ,
4848 network_id : "5" ,
4949 } ,
50+ rinkeby : {
51+ provider : ( ) => {
52+ return new HDWalletProvider ( "private-key" , "https://rinkeby.infura.io/v3/infura-key" ) ;
53+ } ,
54+ network_id : "4" ,
55+ } ,
5056 mainnet : {
5157 provider : ( ) => {
52- return new HDWalletProvider ( "replace-with- private-key-when-using " , "https://mainnet.infura.io/v3/e21146aa267845a2b7b4da025178196d " ) ;
58+ return new HDWalletProvider ( "private-key" , "https://mainnet.infura.io/v3/infura-key " ) ;
5359 } ,
5460 network_id : "1" ,
5561 } ,
You can’t perform that action at this time.
0 commit comments