We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4639417 commit 3ca4fffCopy full SHA for 3ca4fff
.env.example
@@ -1,5 +1,9 @@
1
+PRIVATE_KEY=''
2
MNEMONIC='Mnemonic'
3
+
4
INFURA_KEY=''
-ETHERSCAN_KEY=''
5
+ALCHEMY_API_KEY=''
6
7
ARBISCAN_KEY=''
8
+ETHERSCAN_KEY=''
9
POLYGONSCAN_KEY=''
package.json
@@ -15,7 +15,8 @@
15
"build": "tsc -p tsconfig.build.json",
16
"prebuild": "yarn generate",
17
"clean": "del 'artifacts'",
18
- "prepare": "husky install"
+ "prepare": "husky install",
19
+ "deploy:polygonMumbai": "npx hardhat run scripts/deploy.ts --network polygonMumbai"
20
},
21
"author": "Dev Protocol",
22
"license": "MPL-2.0",
0 commit comments