Skip to content

Commit b579be9

Browse files
committed
fix: update multipleDRepRegistration to use proposalFaucetWallet
1 parent c83e974 commit b579be9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/govtool-frontend/playwright/lib/services/kuberService.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,10 @@ const kuberService = {
211211
},
212212

213213
multipleDRepRegistration: (metadataAndWallets: WalletAndAnchorType[]) => {
214-
const kuber = new Kuber(faucetWallet.address, faucetWallet.payment.private);
214+
const kuber = new Kuber(
215+
proposalFaucetWallet.address,
216+
proposalFaucetWallet.payment.private
217+
);
215218
const req = {
216219
certificates: metadataAndWallets.map((metadataAndWallet) =>
217220
Kuber.generateCert(

0 commit comments

Comments
 (0)