This repository was archived by the owner on Feb 8, 2025. It is now read-only.
Commit 9caab94 1 parent 633e0a2 commit 9caab94 Copy full SHA for 9caab94
File tree 5 files changed +4
-16
lines changed
5 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 54
54
"babel-preset-expo" : " ~11.0.8" ,
55
55
"chardet" : " ^2.0.0" ,
56
56
"color" : " ^4.2.3" ,
57
- "core-js" : " ^3.37.1" ,
58
57
"crypto-browserify" : " ^3.12.0" ,
59
58
"decimal.js" : " ^10.4.3" ,
60
59
"dotenv" : " ^16.4.5" ,
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ import '@walletconnect/react-native-compat';
9
9
// Intl pollyfills - required for iOS
10
10
import './intl' ;
11
11
12
- // Core JS
13
- import 'core-js/actual/promise' ; // Promise.allSettled required by viem client.multicall; full promise polyfill required for some reason
14
-
15
12
global . process = require ( 'process' ) ;
16
13
// @ts -expect-error Cannot assign to userAgent because it is a read-only property.
17
14
global . navigator . userAgent ??= 'React Native' ;
Original file line number Diff line number Diff line change 51
51
"turbo" : " ^2.0.6"
52
52
},
53
53
"resolutions" : {
54
- "dotenv" : " patch:dotenv@npm:16.4.5#.yarn/patches/dotenv-npm-16.4.5-bcb20eb95d.patch"
54
+ "dotenv" : " patch:dotenv@npm:16.4.5#.yarn/patches/dotenv-npm-16.4.5-bcb20eb95d.patch" ,
55
+ "promise" : " 8.3.0"
55
56
}
56
57
}
Original file line number Diff line number Diff line change @@ -14838,7 +14838,7 @@ __metadata:
14838
14838
languageName: node
14839
14839
linkType: hard
14840
14840
14841
- "asap@npm:~2.0.3, asap@npm:~2.0. 6":
14841
+ "asap@npm:~2.0.6":
14842
14842
version: 2.0.6
14843
14843
resolution: "asap@npm:2.0.6"
14844
14844
checksum: 10/b244c0458c571945e4b3be0b14eb001bea5596f9868cc50cc711dc03d58a7e953517d3f0dad81ccde3ff37d1f074701fa76a6f07d41aaa992d7204a37b915dda
@@ -30533,16 +30533,7 @@ __metadata:
30533
30533
languageName: node
30534
30534
linkType: hard
30535
30535
30536
- "promise@npm:^7.1.1":
30537
- version: 7.3.1
30538
- resolution: "promise@npm:7.3.1"
30539
- dependencies:
30540
- asap: "npm:~2.0.3"
30541
- checksum: 10/37dbe58ca7b0716cc881f0618128f1fd6ff9c46cdc529a269fd70004e567126a449a94e9428e2d19b53d06182d11b45d0c399828f103e06b2bb87643319bd2e7
30542
- languageName: node
30543
- linkType: hard
30544
-
30545
- "promise@npm:^8.3.0":
30536
+ "promise@npm:8.3.0":
30546
30537
version: 8.3.0
30547
30538
resolution: "promise@npm:8.3.0"
30548
30539
dependencies:
You can’t perform that action at this time.
0 commit comments