chore: mumbai deployments
This commit is contained in:
parent
51136a4ebe
commit
e63a9e765a
|
|
@ -0,0 +1 @@
|
||||||
|
80001
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -10,7 +10,7 @@
|
||||||
"format": "prettier --write \"./**/*.{js,ts,sol}\"",
|
"format": "prettier --write \"./**/*.{js,ts,sol}\"",
|
||||||
"node:hardhat": "hardhat node --tags local",
|
"node:hardhat": "hardhat node --tags local",
|
||||||
"deploy:local": "hardhat deploy --tags local",
|
"deploy:local": "hardhat deploy --tags local",
|
||||||
"deploy:mumbai": "hardhat deploy --tags mumbai",
|
"deploy:mumbai": "hardhat deploy --tags mumbai --network mumbai",
|
||||||
"compile": "hardhat compile"
|
"compile": "hardhat compile"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue