Skip to content

Commit

Permalink
Merge pull request #19 from neftyblocks/Packs-View
Browse files Browse the repository at this point in the history
last bug fix
  • Loading branch information
blksmithchain committed Jun 27, 2023
2 parents b2456ac + 8e73ece commit 3cdbd94
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Assets/Scenes/MainScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -10371,7 +10371,7 @@ MonoBehaviour:
m_TargetGraphic: {fileID: 1726226118}
m_HandleRect: {fileID: 1726226117}
m_Direction: 2
m_Value: 0
m_Value: 1
m_Size: 1
m_NumberOfSteps: 0
m_OnValueChanged:
Expand Down
9 changes: 0 additions & 9 deletions Assets/Scripts/Class/Deserealizers/Reward.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,6 @@ public partial class TransferredAsset
[JsonProperty("backed_tokens")]
public List<object> backedTokens { get; set; }

[JsonProperty("burned_by_account")]
public string burnedByAccount { get; set; }

[JsonProperty("burned_at_block")]
public long burnedAtBlock { get; set; }

[JsonProperty("burned_at_time")]
public string burnedAtTime { get; set; }

[JsonProperty("updated_at_block")]
public long updatedAtBlock { get; set; }

Expand Down
1 change: 1 addition & 0 deletions Assets/Scripts/Fetcher/RewardFetcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public async Task<RewardAsset> GetRewardData(string txId, int blendId)

if (deserializedJsonResult.data.Count == 0 || deserializedJsonResult.data[0].results.Count == 0)
{
Debug.Log("burn");
result.rewardName = "burn";
result.rewardSprite = await imageLoader.GetSpriteAsync(null);
return result;
Expand Down
4 changes: 2 additions & 2 deletions Assets/Scripts/Plugins/WrapperJS.jslib
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mergeInto(LibraryManager.library, {
};
const result = await user.signTransaction({ actions }, tapos);
console.log(result.transactionId);
await new Promise(resolve => setTimeout(resolve, 2000));
await new Promise(resolve => setTimeout(resolve, 1750));
var txData = {
txId: result.transactionId,
blendId: blend_id,
Expand Down Expand Up @@ -142,7 +142,7 @@ mergeInto(LibraryManager.library, {
};
const result = await user.signTransaction({ actions }, tapos);
console.log(result.transactionId);
await new Promise(resolve => setTimeout(resolve, 2000));
await new Promise(resolve => setTimeout(resolve, 1750));
var txData = {
txId: result.transactionId,
blendId: blend_id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "PathsToExclude",
"value": "{\"m_Value\":\"{ProjectPath}/Assets/Scripts/Class/**,{ProjectPath}/Assets/Scripts/Fetcher/**,{ProjectPath}/Assets/Scripts/UI/**,{ProjectPath}/Assets/Scripts/Controller/BlendInputter.cs,{ProjectPath}/Assets/Scripts/Controller/LoginController.cs,{ProjectPath}/Assets/Scripts/Controller/PluginController.cs,{ProjectPath}/Assets/Scripts/Javascript/SendTransactionJS.cs,{ProjectPath}/Assets/Scripts/Controller/LogoutController.cs,{ProjectPath}/Assets/Scripts/Controller/RPCController.cs,{ProjectPath}/Assets/Scripts/Controller/IngredientSelector.cs\"}"
"value": "{\"m_Value\":\"{ProjectPath}/Assets/Scripts/Class/**,{ProjectPath}/Assets/Scripts/Fetcher/**,{ProjectPath}/Assets/Scripts/UI/**,{ProjectPath}/Assets/Scripts/Controller/BlendInputter.cs,{ProjectPath}/Assets/Scripts/Controller/LoginController.cs,{ProjectPath}/Assets/Scripts/Controller/PluginController.cs,{ProjectPath}/Assets/Scripts/Javascript/SendTransactionJS.cs,{ProjectPath}/Assets/Scripts/Controller/LogoutController.cs,{ProjectPath}/Assets/Scripts/Controller/RPCController.cs,{ProjectPath}/Assets/Scripts/Controller/IngredientSelector.cs,{ProjectPath}/Assets/Scripts/Controller/HyperlinkController.cs\"}"
},
{
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
Expand Down
Binary file modified WebGL-Build/Build/WebGL-Build.data
Binary file not shown.
2 changes: 1 addition & 1 deletion WebGL-Build/Build/WebGL-Build.framework.js

Large diffs are not rendered by default.

Binary file modified WebGL-Build/Build/WebGL-Build.wasm
Binary file not shown.

1 comment on commit 3cdbd94

@vercel
Copy link

@vercel vercel bot commented on 3cdbd94 Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.