refactor: rename polygonMumbai to mumbai

This commit is contained in:
zoruka 2022-12-08 10:26:06 -03:00
parent e01c3d7175
commit d423caf741
7 changed files with 4 additions and 1127 deletions

View File

@ -1 +0,0 @@
80001

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -25,7 +25,7 @@ const config: HardhatUserConfig = {
localhost: { localhost: {
chainId: 31337, chainId: 31337,
}, },
polygonMumbai: { mumbai: {
url: API_URL, url: API_URL,
accounts: PRIVATE_KEY ? [PRIVATE_KEY] : [], accounts: PRIVATE_KEY ? [PRIVATE_KEY] : [],
saveDeployments: true, saveDeployments: true,

View File

@ -1,4 +1,4 @@
// npx hardhat run scripts/mint.js --network polygonMumbai // npx hardhat run scripts/mint.js --network mumbai
// TODO: make this arguments // TODO: make this arguments
const contractAddress = '0x91A425C1CA320A99a09BE1bee114Fce5d30153d9'; const contractAddress = '0x91A425C1CA320A99a09BE1bee114Fce5d30153d9';

View File

@ -1,4 +1,4 @@
// npx hardhat run scripts/tokenURI.js --network polygonMumbai // npx hardhat run scripts/tokenURI.js --network mumbai
// TODO: make this arguments // TODO: make this arguments
const contractAddress = '0x91A425C1CA320A99a09BE1bee114Fce5d30153d9'; const contractAddress = '0x91A425C1CA320A99a09BE1bee114Fce5d30153d9';

View File

@ -1,4 +1,4 @@
// npx hardhat run scripts/upgrade.js --network polygonMumbai // npx hardhat run scripts/upgrade.js --network mumbai
// TODO: make this arguments // TODO: make this arguments
const contractAddress = '0x91A425C1CA320A99a09BE1bee114Fce5d30153d9'; const contractAddress = '0x91A425C1CA320A99a09BE1bee114Fce5d30153d9';