use provider as it is

This commit is contained in:
Sasha 2024-01-24 21:10:14 +01:00
parent 2015d93d7f
commit 4826875d66
No known key found for this signature in database

View File

@ -191,7 +191,7 @@ export class RLNInstance {
this._contract = await RLNContract.init(this, {
registryAddress,
provider: provider.getSigner(),
provider,
});
}