(ethers: any)
| 80 | } |
| 81 | |
| 82 | async function getKmsContract(ethers: any) { |
| 83 | return await ethers.getContractAt("DstackKms", KMS_CONTRACT_ADDRESS); |
| 84 | } |
| 85 | |
| 86 | async function getAppContract(ethers: any, appId: string) { |
| 87 | return await ethers.getContractAt("DstackApp", appId); |
no test coverage detected