Skip to content

Commit

Permalink
Merge pull request #86 from phantasma-io/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
TeknoPT committed Oct 6, 2023
2 parents 465d199 + ff08413 commit 264ec23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Assets/Scripts/Wallet/AccountManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private void Awake()

var platforms = new List<PlatformKind>();
platforms.Add(PlatformKind.Phantasma);
platforms.Add(PlatformKind.Neo);
//platforms.Add(PlatformKind.Neo);
platforms.Add(PlatformKind.Ethereum);
platforms.Add(PlatformKind.BSC);

Expand Down Expand Up @@ -2786,7 +2786,7 @@ public void RefreshHistory(bool force, PlatformKind platforms = PlatformKind.Non

case PlatformKind.Neo:
{
var keys = NeoKeys.FromWIF(wif);
/*var keys = NeoKeys.FromWIF(wif);
var url = GetNeoscanAPIUrl($"get_address_abstracts/{keys.Address}/1");
StartCoroutine(WebClient.RESTRequest(url, WebClient.DefaultTimeout, (error, msg) =>
Expand Down Expand Up @@ -2819,7 +2819,7 @@ public void RefreshHistory(bool force, PlatformKind platforms = PlatformKind.Non
}
ReportWalletHistory(platform, history);
}));
}));*/
}
break;

Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 2.8.7
bundleVersion: 2.8.8
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit 264ec23

Please sign in to comment.