Skip to content

Commit

Permalink
fix: assembly files for vuplex
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Dec 10, 2024
1 parent 884b1a1 commit 47ef457
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Assets/Shared/Scripts/UI/AddFunds/AddFunds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private async void OnFiatButtonClicked()
string link = await onRamp.GetLink();
Debug.Log($"onRamp.GetOnRampLink: {link}");

m_TransakView.Show(link, () =>
m_TransakView.Show($"https://global-stg.transak.com/?apiKey=d14b44fb-0f84-4db5-affb-e044040d724b&network=immutablezkevm&defaultPaymentMethod=credit_debit_card&disablePaymentMethods=&productsAvailed=buy&exchangeScreenTitle=Buy&themeColor=0D0D0D&defaultCryptoCurrency=IMX&defaultFiatAmount=50&defaultFiatCurrency=usd&walletAddress={walletAddress.FirstOrDefault()}&cryptoCurrencyList=imx%2Ceth%2Cusdc", () =>
{
m_Options.gameObject.SetActive(true);
m_TransakView.gameObject.SetActive(false);
Expand Down
4 changes: 3 additions & 1 deletion Assets/Unity.Hypercasual.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"GUID:95a2b1ff23bee4357a10943aba1b014d",
"GUID:1d9728650655047939a351b40befbcdb",
"GUID:73ae64c02a64344a180df3fcbaab9f4b",
"Immutable.Api.ZkEvm"
"GUID:b2e089273db3dabb6b9a95437c72e271",
"GUID:dab6187705b204d8f93262c26af73918",
"GUID:20a8591f9a6a8494b95c2e495641638e"
],
"includePlatforms": [],
"excludePlatforms": [],
Expand Down
12 changes: 2 additions & 10 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"com.immutable.passport": "https://github.com/immutable/unity-immutable-sdk.git?path=/src/Packages/Passport",
"com.immutable.api.zkevm": "https://github.com/immutable/unity-immutable-sdk.git?path=/src/Packages/ZkEvmApi",
"com.nobi.roundedcorners": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git",
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.collab-proxy": "2.0.4",
"com.unity.ide.rider": "3.0.31",
"com.unity.ide.visualstudio": "2.0.18",
Expand Down Expand Up @@ -51,8 +51,7 @@
"com.unity.modules.video": "1.0.0",
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0",
"com.nethereum.unity": "4.26.0"
"com.unity.modules.xr": "1.0.0"
},
"scopedRegistries": [
{
Expand All @@ -61,13 +60,6 @@
"scopes": [
"com.unity.uiextensions"
]
},
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.nethereum.unity"
]
}
]
}
11 changes: 2 additions & 9 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@
},
"hash": "9ed3136ecf878ee1cf229fdf8c7f064bdb6e6cda"
},
"com.nethereum.unity": {
"version": "4.26.0",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://package.openupm.com"
},
"com.nobi.roundedcorners": {
"version": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git",
"depth": 0,
Expand Down Expand Up @@ -140,8 +133,8 @@
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.2.0",
"depth": 1,
"version": "3.2.1",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
Expand Down
10 changes: 1 addition & 9 deletions ProjectSettings/PackageManagerSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,7 @@ MonoBehaviour:
m_IsDefault: 0
m_Capabilities: 0
m_ConfigSource: 4
- m_Id: scoped:project:package.openupm.com
m_Name: package.openupm.com
m_Url: https://package.openupm.com
m_Scopes:
- com.nethereum.unity
m_IsDefault: 0
m_Capabilities: 0
m_ConfigSource: 4
m_UserSelectedRegistryName: package.openupm.com
m_UserSelectedRegistryName: npmjs
m_UserAddingNewScopedRegistry: 0
m_RegistryInfoDraft:
m_Modified: 0
Expand Down
3 changes: 2 additions & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ PlayerSettings:
16:9: 1
Others: 1
bundleVersion: 0.1.0
preloadedAssets: []
preloadedAssets:
- {fileID: 11400000, guid: 7abe46dede6624a60a115c533b19a2a8, type: 2}
metroInputSource: 0
wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1
Expand Down

0 comments on commit 47ef457

Please sign in to comment.