mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-04 06:33:09 +00:00
use provider as it is
This commit is contained in:
parent
2015d93d7f
commit
4826875d66
@ -191,7 +191,7 @@ export class RLNInstance {
|
|||||||
|
|
||||||
this._contract = await RLNContract.init(this, {
|
this._contract = await RLNContract.init(this, {
|
||||||
registryAddress,
|
registryAddress,
|
||||||
provider: provider.getSigner(),
|
provider,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user