(ethers: any, appId: string)
| 84 | } |
| 85 | |
| 86 | async function getAppContract(ethers: any, appId: string) { |
| 87 | return await ethers.getContractAt("DstackApp", appId); |
| 88 | } |
| 89 | |
| 90 | // KMS Contract Tasks |
| 91 | task("kms:deploy", "Deploy the DstackKms contract") |
no test coverage detected