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 aaed5e8 commit f203141Copy full SHA for f203141
tests/govtool-frontend/playwright/lib/constants/staticWallets.ts
@@ -1,5 +1,6 @@
1
const staticWallets: StaticWallet[] = require("../_mock/wallets.json");
2
import { StaticWallet } from "@types";
3
+import { proposalFaucetWallet } from "./proposalFaucetWallet";
4
export const faucetWallet = staticWallets[0];
5
6
export const dRep01Wallet = staticWallets[1];
@@ -53,4 +54,5 @@ export const allStaticWallets = [
53
54
user01Wallet,
55
...proposalWallets,
56
faucetWallet,
57
+ proposalFaucetWallet,
58
];
0 commit comments