We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7635f81 commit 20ac5d0Copy full SHA for 20ac5d0
tests/govtool-frontend/playwright/lib/helpers/dRep.ts
@@ -2,6 +2,7 @@ import DRepDirectoryPage from "@pages/dRepDirectoryPage";
2
import { Page } from "@playwright/test";
3
import { IDRep } from "@types";
4
import { bech32 } from "bech32";
5
+import * as crypto from "crypto";
6
7
export async function fetchFirstActiveDRepDetails(page: Page) {
8
let dRepGivenName: string;
0 commit comments