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 b6f0fbf commit 3e6c097Copy full SHA for 3e6c097
package.json
@@ -15,8 +15,8 @@
15
"ethers": "^5.1.3"
16
},
17
"devDependencies": {
18
- "@ethersproject/experimental": "^5.1.2",
19
"@ethersproject/contracts": "^5.1.1",
+ "@ethersproject/experimental": "^5.1.2",
20
"@ethersproject/transactions": "^5.1.1",
21
"@graphprotocol/common-ts": "^1.6.0",
22
"@nomiclabs/hardhat-ethers": "^2.0.2",
@@ -72,7 +72,8 @@
72
"typechain": "^5.0.0",
73
"typescript": "^4.2.4",
74
"yaml": "^1.10.2",
75
- "yargs": "^17.0.0"
+ "yargs": "^17.0.0",
76
+ "yargs-parser": "^13.1.2"
77
78
"scripts": {
79
"prepublishOnly": "scripts/prepublish",
0 commit comments