Skip to content

Commit 5f8c15b

Browse files
remove rpc
Co-authored-by: awisniew207 <[email protected]> Signed-off-by: Robert Mads Christensen <[email protected]>
1 parent 7bfed35 commit 5f8c15b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/lit-auth-client/src/lib/providers/BaseProvider.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@ export abstract class BaseProvider {
176176

177177
const litContracts = new LitContracts({
178178
signer: new ethers.Wallet(ethers.Wallet.createRandom().privateKey, new ethers.providers.JsonRpcProvider(LIT_RPC.CHRONICLE_YELLOWSTONE)),
179-
network: LIT_NETWORK.DatilDev,
180-
rpc: LIT_RPC.CHRONICLE_YELLOWSTONE
179+
network: this.litNodeClient.config.litNetwork,
181180
});
182181

183182
try {

0 commit comments

Comments
 (0)