UNPKG
deployment-tool
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.0
0.0.3
0.0.2
0.0.1
Tool to deploy and upgrade contracts on Ethereum Mainnet
marc-aurele-besner/deployment-tool
deployment-tool
/
dist
/
index.d.ts
6 lines
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
import
'@nomiclabs/hardhat-ethers'
;
import
'@openzeppelin/hardhat-upgrades'
;
import
'hardhat-awesome-cli'
;
import
'./type-extensions'
;
//# sourceMappingURL=index.d.ts.map