File tree Expand file tree Collapse file tree
Packages/com.walletconnect.web3modal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ mergeInto(LibraryManager.library, {
7070 const enableAnalytics = parameters . enableAnalytics ;
7171
7272 // Load the scripts and initialize the configuration
73- import ( "https://cdn.jsdelivr.net/npm/@web3modal/cdn@5.1.2 /dist/wagmi.js" ) . then ( CDNW3M => {
73+ import ( "https://cdn.jsdelivr.net/npm/@web3modal/cdn@5.1.7 /dist/wagmi.js" ) . then ( CDNW3M => {
7474 const WagmiCore = CDNW3M [ 'WagmiCore' ] ;
7575 const Chains = CDNW3M [ 'Chains' ] ;
7676 const Web3modal = CDNW3M [ 'Web3modal' ] ;
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public static async Task InitializeAsync(Web3ModalConfig config)
7676 throw new Exception ( "Already initialized" ) ; // TODO: use custom ex type
7777
7878 SdkMetadata . Type = "w3m" ;
79- SdkMetadata . Version = "unity-w3m-v0.4.2 " ; // TODO: update this from CI
79+ SdkMetadata . Version = "unity-w3m-v0.4.3 " ; // TODO: update this from CI
8080
8181 Config = config ?? throw new ArgumentNullException ( nameof ( config ) ) ;
8282
Original file line number Diff line number Diff line change 1515 ],
1616 "changelogUrl" : " https://github.com/WalletConnect/Web3ModalUnity/blob/main/Packages/com.walletconnect.web3modal/CHANGELOG.md" ,
1717 "dependencies" : {
18- "com.walletconnect.core" : " 3.1.11 " ,
19- "com.walletconnect.ui" : " 1.1.11 " ,
20- "com.walletconnect.nethereum" : " 1.0.1 " ,
18+ "com.walletconnect.core" : " 3.1.12 " ,
19+ "com.walletconnect.ui" : " 1.1.12 " ,
20+ "com.walletconnect.nethereum" : " 1.0.2 " ,
2121 "com.nethereum.unity" : " 4.19.1" ,
2222 "com.unity.vectorgraphics" : " 2.0.0-preview.24"
2323 }
Original file line number Diff line number Diff line change 1515 "url" : " https://package.openupm.com"
1616 },
1717 "com.nethereum.unity" : {
18- "version" : " 4.19.1 " ,
19- "depth" : 1 ,
18+ "version" : " 4.19.2 " ,
19+ "depth" : 2 ,
2020 "source" : " registry" ,
2121 "dependencies" : {},
2222 "url" : " https://package.openupm.com"
179179 "url" : " https://packages.unity.com"
180180 },
181181 "com.walletconnect.core" : {
182- "version" : " 3.1.11 " ,
182+ "version" : " 3.1.12 " ,
183183 "depth" : 1 ,
184184 "source" : " registry" ,
185185 "dependencies" : {
188188 "url" : " https://package.openupm.com"
189189 },
190190 "com.walletconnect.nethereum" : {
191- "version" : " 1.0.1 " ,
192- "depth" : 0 ,
191+ "version" : " 1.0.2 " ,
192+ "depth" : 1 ,
193193 "source" : " registry" ,
194194 "dependencies" : {
195- "com.nethereum.unity" : " 4.19.1 " ,
196- "com.walletconnect.core" : " 3.1.7 "
195+ "com.nethereum.unity" : " 4.19.2 " ,
196+ "com.walletconnect.core" : " 3.1.12 "
197197 },
198198 "url" : " https://package.openupm.com"
199199 },
200200 "com.walletconnect.ui" : {
201- "version" : " 1.1.11 " ,
202- "depth" : 0 ,
201+ "version" : " 1.1.12 " ,
202+ "depth" : 1 ,
203203 "source" : " registry" ,
204204 "dependencies" : {
205205 "com.walletconnect.core" : " 3.1.11" ,
213213 "depth" : 0 ,
214214 "source" : " local" ,
215215 "dependencies" : {
216- "com.walletconnect.core" : " 3.1.11 " ,
217- "com.walletconnect.ui" : " 1.1.11 " ,
218- "com.walletconnect.nethereum" : " 1.0.1 " ,
216+ "com.walletconnect.core" : " 3.1.12 " ,
217+ "com.walletconnect.ui" : " 1.1.12 " ,
218+ "com.walletconnect.nethereum" : " 1.0.2 " ,
219219 "com.nethereum.unity" : " 4.19.1" ,
220220 "com.unity.vectorgraphics" : " 2.0.0-preview.24"
221221 }
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ PlayerSettings:
139139 loadStoreDebugModeEnabled : 0
140140 visionOSBundleVersion : 1.0
141141 tvOSBundleVersion : 1.0
142- bundleVersion : 1 .4.2
142+ bundleVersion : 0 .4.3
143143 preloadedAssets : []
144144 metroInputSource : 0
145145 wsaTransparentSwapchain : 0
You can’t perform that action at this time.
0 commit comments