refactor: rename polygonMumbai to mumbai
This commit is contained in:
parent
e01c3d7175
commit
d423caf741
|
|
@ -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
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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';
|
||||||
|
|
|
||||||
|
|
@ -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';
|
||||||
|
|
|
||||||
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue