Skip to content

Commit f203141

Browse files
committed
feat: add proposalFaucetWallet to static wallets
1 parent aaed5e8 commit f203141

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/govtool-frontend/playwright/lib/constants/staticWallets.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const staticWallets: StaticWallet[] = require("../_mock/wallets.json");
22
import { StaticWallet } from "@types";
3+
import { proposalFaucetWallet } from "./proposalFaucetWallet";
34
export const faucetWallet = staticWallets[0];
45

56
export const dRep01Wallet = staticWallets[1];
@@ -53,4 +54,5 @@ export const allStaticWallets = [
5354
user01Wallet,
5455
...proposalWallets,
5556
faucetWallet,
57+
proposalFaucetWallet,
5658
];

0 commit comments

Comments
 (0)