File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- require ( 'dotenv' ) . config ( { path : '../../.env' } ) ;
2- console . log ( " loaded configuration from .env" ) ;
1+ require ( 'dotenv' ) . config ( { path : '../../.env' } ) ;
2+ console . log ( ' loaded configuration from .env' ) ;
33const crypto = require ( 'crypto' ) ;
44
55global . TextEncoder = require ( 'util' ) . TextEncoder ;
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export class TinnyPerson {
132132 debug : this . envConfig . processEnvs . DEBUG ,
133133 rpc : this . envConfig . processEnvs . LIT_RPC_URL , // anvil rpc
134134 customContext : networkContext as unknown as LitContractContext ,
135- network : this . envConfig . processEnvs . NETWORK
135+ network : this . envConfig . processEnvs . NETWORK ,
136136 } ) ;
137137 } else {
138138 this . contractsClient = new LitContracts ( {
You can’t perform that action at this time.
0 commit comments