Skip to content

Commit de2ce15

Browse files
author
Josh Long
committed
ref: add network context
1 parent 03255cc commit de2ce15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tinny/src/lib/tinny-person.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export class TinnyPerson {
129129
debug: this.envConfig.processEnvs.DEBUG,
130130
rpc: this.envConfig.processEnvs.LIT_RPC_URL, // anvil rpc
131131
customContext: networkContext as unknown as LitContractContext,
132+
network: this.envConfig.processEnvs.NETWORK
132133
});
133134
} else {
134135
this.contractsClient = new LitContracts({

0 commit comments

Comments
 (0)