Skip to content

Commit

Permalink
Update lesson 10 chapter 5 clarifying comments (CryptozombiesHQ#489)
Browse files Browse the repository at this point in the history
Code comments should say "mainnet" rather than "rinkeby".
  • Loading branch information
cloudwalking authored Jul 6, 2021
1 parent 53d2529 commit ad7fbb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions en/10/05.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ material:
// Configuration for mainnet
mainnet: {
provider: function () {
// Setting the provider with the Infura Rinkeby address and Token
// Setting the provider with the Infura Mainnet address and Token
return new HDWalletProvider(mnemonic, "https://mainnet.infura.io/v3/YOUR_TOKEN")
},
network_id: "1"
Expand Down Expand Up @@ -51,7 +51,7 @@ material:
// Configuration for mainnet
mainnet: {
provider: function () {
// Setting the provider with the Infura Rinkeby address and Token
// Setting the provider with the Infura Mainnet address and Token
return new HDWalletProvider(mnemonic, "https://mainnet.infura.io/v3/YOUR_TOKEN")
},
network_id: "1"
Expand Down Expand Up @@ -140,7 +140,7 @@ networks: {
// Configuration for mainnet
mainnet: {
provider: function () {
// Setting the provider with the Infura Rinkeby address and Token
// Setting the provider with the Infura Mainnet address and Token
return new HDWalletProvider(mnemonic, "https://mainnet.infura.io/v3/YOUR_TOKEN")
},
network_id: "1"
Expand Down Expand Up @@ -177,7 +177,7 @@ module.exports = {
// Configuration for mainnet
mainnet: {
provider: function () {
// Setting the provider with the Infura Rinkeby address and Token
// Setting the provider with the Infura Mainnet address and Token
return new HDWalletProvider(mnemonic, "https://mainnet.infura.io/v3/YOUR_TOKEN")
},
network_id: "1"
Expand Down

0 comments on commit ad7fbb2

Please sign in to comment.