File tree Expand file tree Collapse file tree 2 files changed +9
-22
lines changed Expand file tree Collapse file tree 2 files changed +9
-22
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ NETWORK=naga-local pnpm run test:e2e all
101101
102102# Artillery Load Testing
103103
104- Use the standalone Artillery project under ` packages/artillery ` to exercise Lit endpoints with realistic workloads.
104+ Use the standalone Artillery project under ` packages/artillery `
105105
106106## Preparation
107107
@@ -125,7 +125,8 @@ Testing a custom local network? Point the runner at your generated `networkConte
125125``` ts
126126const networkModule = nagaLocal
127127 .withLocalContext ({
128- networkContextPath: ' /Users/<username>/Projects/lit-assets/blockchain/contracts/networkContext.json' ,
128+ networkContextPath:
129+ ' /Users/<username>/Projects/lit-assets/blockchain/contracts/networkContext.json' ,
129130 networkName: ' naga-local' ,
130131 })
131132 .withOverrides ({ rpcUrl: process .env .LOCAL_RPC_URL });
Original file line number Diff line number Diff line change 1010 "importHelpers" : true ,
1111 "target" : " ES2022" ,
1212 "module" : " ES2022" ,
13- "lib" : [
14- " ES2022" ,
15- " dom" ,
16- " ES2021.String"
17- ],
13+ "lib" : [" ES2022" , " dom" , " ES2021.String" ],
1814 "skipLibCheck" : true ,
1915 "skipDefaultLibCheck" : true ,
2016 "baseUrl" : " ." ,
2117 "esModuleInterop" : true ,
2218 "allowSyntheticDefaultImports" : true ,
2319 "resolveJsonModule" : true ,
2420 "paths" : {
25- "@lit-protocol/*" : [
26- " packages/*/src"
27- ],
28- "@lit-protocol/contracts" : [
29- " packages/contracts/dist/index"
30- ],
31- "@lit-protocol/contracts/*" : [
32- " packages/contracts/dist/*"
33- ]
21+ "@lit-protocol/*" : [" packages/*/src" ],
22+ "@lit-protocol/contracts" : [" packages/contracts/dist/index" ],
23+ "@lit-protocol/contracts/*" : [" packages/contracts/dist/*" ]
3424 }
3525 },
36- "exclude" : [
37- " node_modules" ,
38- " tmp" ,
39- " dist"
40- ]
41- }
26+ "exclude" : [" node_modules" , " tmp" , " dist" ]
27+ }
You can’t perform that action at this time.
0 commit comments