chore: mumbai deployments

This commit is contained in:
zoruka 2022-12-08 10:57:05 -03:00
parent 51136a4ebe
commit e63a9e765a
4 changed files with 1425 additions and 1 deletions

View File

@ -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

View File

@ -10,7 +10,7 @@
"format": "prettier --write \"./**/*.{js,ts,sol}\"",
"node:hardhat": "hardhat node --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"
},
"repository": {