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 @@ -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.3 " ; // TODO: update this from CI
79+ SdkMetadata . Version = "unity-w3m-v0.4.4 " ; // 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 11{
22 "name" : " com.walletconnect.web3modal" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.4.4 " ,
44 "displayName" : " Web3Modal" ,
55 "unity" : " 2022.3" ,
66 "author" : " WalletConnect" ,
1717 "dependencies" : {
1818 "com.walletconnect.core" : " 3.1.12" ,
1919 "com.walletconnect.ui" : " 1.1.12" ,
20- "com.walletconnect.nethereum" : " 1.0.2 " ,
20+ "com.walletconnect.nethereum" : " 1.0.4 " ,
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 1010 "com.unity.test-framework" : " 1.1.33" ,
1111 "com.unity.textmeshpro" : " 3.0.9" ,
1212 "com.unity.ugui" : " 1.0.0" ,
13- "com.walletconnect.nethereum" : " 1.0.1" ,
1413 "com.walletconnect.ui" : " 1.1.11" ,
1514 "com.walletconnect.web3modal" : " file:../../../Packages/com.walletconnect.web3modal" ,
1615 "com.yasirkula.ingamedebugconsole" : " 1.6.8" ,
Original file line number Diff line number Diff line change 188188 "url" : " https://package.openupm.com"
189189 },
190190 "com.walletconnect.nethereum" : {
191- "version" : " 1.0.2 " ,
191+ "version" : " 1.0.4 " ,
192192 "depth" : 1 ,
193193 "source" : " registry" ,
194194 "dependencies" : {
215215 "dependencies" : {
216216 "com.walletconnect.core" : " 3.1.12" ,
217217 "com.walletconnect.ui" : " 1.1.12" ,
218- "com.walletconnect.nethereum" : " 1.0.2 " ,
218+ "com.walletconnect.nethereum" : " 1.0.4 " ,
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 : 0.4.3
142+ bundleVersion : 0.4.4
143143 preloadedAssets : []
144144 metroInputSource : 0
145145 wsaTransparentSwapchain : 0
You can’t perform that action at this time.
0 commit comments