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 1cf5465 commit 446720bCopy full SHA for 446720b
yarn-project/validator-ha-signer/src/factory.ts
@@ -82,7 +82,7 @@ export async function createHASigner(
82
const db = new PostgresSlashingProtectionDatabase(pool);
83
84
// Create signer
85
- const signer = new ValidatorHASigner(db, signerConfig);
+ const signer = new ValidatorHASigner(db, { ...signerConfig, databaseUrl });
86
87
return { signer, db };
88
}
0 commit comments