File tree 5 files changed +102
-462
lines changed
5 files changed +102
-462
lines changed Original file line number Diff line number Diff line change 49
49
"dompurify" : " ^2.4.3" ,
50
50
"ethers" : " ^5.6.5" ,
51
51
"framer-motion" : " ^6" ,
52
+ "gitcoin-lit-js-sdk" : " ^1.2.2" ,
52
53
"history" : " ^5.3.0" ,
53
54
"https-browserify" : " ^1.0.0" ,
54
55
"jest" : " ^27.0" ,
55
- "lit-js-sdk" : " npm:lit-js-sdk-w-custom-provider" ,
56
56
"os-browserify" : " ^0.3.0" ,
57
57
"pnpm" : " 7" ,
58
58
"postcss" : " ^8.4.14" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { Provider } from "@wagmi/core";
4
4
import { isJestRunning } from "common" ;
5
5
import { global } from "../global" ;
6
6
7
- const LitJsSdk = isJestRunning ( ) ? null : require ( "lit-js-sdk" ) ;
7
+ const LitJsSdk = isJestRunning ( ) ? null : require ( "gitcoin- lit-js-sdk" ) ;
8
8
// @ts -ignore
9
9
window . Buffer = Buffer ;
10
10
Original file line number Diff line number Diff line change 9
9
},
10
10
"scripts" : {
11
11
"start" : " craco start" ,
12
- "build" : " craco build" ,
13
12
"build" : " env REACT_APP_GIT_SHA=$(git rev-parse --short HEAD) craco build" ,
14
13
"test" : " craco test --watchAll=false --silent" ,
15
14
"test:dev" : " craco test --watchAll=true" ,
63
62
"html-react-parser" : " ^3.0.7" ,
64
63
"https-browserify" : " ^1.0.0" ,
65
64
"jest-fetch-mock" : " ^3.0.3" ,
66
- "lit-js-sdk" : " ^1.1.203 " ,
65
+ "lit-js-sdk-old-w-pgn " : " ^1.1.251 " ,
67
66
"lodash" : " ^4.17.21" ,
68
67
"moment" : " ^2.29.3" ,
69
68
"os-browserify" : " ^0.3.0" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Buffer } from "buffer";
2
2
import { isJestRunning } from "common" ;
3
3
import { datadogLogs } from "@datadog/browser-logs" ;
4
4
5
- const LitJsSdk = isJestRunning ( ) ? null : require ( "lit-js-sdk" ) ;
5
+ const LitJsSdk = isJestRunning ( ) ? null : require ( "lit-js-sdk-old-w-pgn " ) ;
6
6
7
7
window . Buffer = Buffer ;
8
8
You can’t perform that action at this time.
0 commit comments