Skip to content

Commit f595894

Browse files
author
Josh Long
committed
chore: fmt
1 parent b644ec0 commit f595894

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jest.setup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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');
33
const crypto = require('crypto');
44

55
global.TextEncoder = require('util').TextEncoder;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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({

0 commit comments

Comments
 (0)