We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mumbai is being retired. TierNFT lesson and Connect to Front-end lessons need upgraded:
https://polygon.technology/blog/polygon-pos-is-cooking-the-napoli-upgrade-means-better-ux-the-mumbai-testnet-takes-a-bow
remove reference to "scripts/ where simple automation scripts go"
scripts/
change to rm contracts/*.sol rm test/*.js by removing rm scripts/*.js as it doesn't come with the build anymore
rm contracts/*.sol
rm test/*.js
rm scripts/*.js
change hardhat.config.js with new RPC details: https://polygon.technology/blog/polygon-pos-and-polygon-zkevm-new-testnets-for-polygon-protocols for Amoy Testnet
hardhat.config.js
update "Adding the testnet network paragraph with new details 👆🏼
update screenshot from Mumbai to Amoy
check if URL for test token faucet is correct - add alternatives or additional URL possibilites
update screenshot re: faucet if necessary
under Personal Security paragraph, format the current paragraph from text to a bulleted list for Zerion steps
change deploy command to npx hardhat run scripts/deploy.js --network amoy
npx hardhat run scripts/deploy.js --network amoy
change mint command to npx hardhat run scripts/mint.js --network amoy
npx hardhat run scripts/mint.js --network amoy
The text was updated successfully, but these errors were encountered:
elPiablo
No branches or pull requests
Mumbai is being retired. TierNFT lesson and Connect to Front-end lessons need upgraded:
https://polygon.technology/blog/polygon-pos-is-cooking-the-napoli-upgrade-means-better-ux-the-mumbai-testnet-takes-a-bow
remove reference to "
scripts/
where simple automation scripts go"change to
rm contracts/*.sol
rm test/*.js
by removing
rm scripts/*.js
as it doesn't come with the build anymorechange
hardhat.config.js
with new RPC details: https://polygon.technology/blog/polygon-pos-and-polygon-zkevm-new-testnets-for-polygon-protocols for Amoy Testnetupdate "Adding the testnet network paragraph with new details 👆🏼
update screenshot from Mumbai to Amoy
check if URL for test token faucet is correct - add alternatives or additional URL possibilites
update screenshot re: faucet if necessary
under Personal Security paragraph, format the current paragraph from text to a bulleted list for Zerion steps
change deploy command to
npx hardhat run scripts/deploy.js --network amoy
change mint command to
npx hardhat run scripts/mint.js --network amoy
The text was updated successfully, but these errors were encountered: