这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ MonoBehaviour:
m_TargetGraphic: {fileID: 1573338518}
m_HandleRect: {fileID: 1573338517}
m_Direction: 0
m_Value: 1
m_Value: 0
m_Size: 1
m_NumberOfSteps: 0
m_OnValueChanged:
Expand Down
2 changes: 1 addition & 1 deletion src/ChainSafe.Gaming.Tests/ChainsafeRPCTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public void EstimateGasContractMethodTest()
var contract = firstAccount.ContractBuilder.Build(nft721ABI, firstWalletAddress);
var result = contract.EstimateGas("ownerOf", new object[] { 1 }).Result;

Assert.AreEqual("21204", result.ToString());
Assert.IsTrue(result.ToString() == "21204" || result.ToString() == "21510");
}

/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/ChainSafe.Gaming.Unity.MetaMask/MetaMaskProvider.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Threading.Tasks;
using ChainSafe.Gaming.Evm;
using ChainSafe.Gaming.Web3;

using ChainSafe.Gaming.Web3.Environment;
using ChainSafe.Gaming.Web3.Evm.Wallet;
using UnityEngine;
Expand Down Expand Up @@ -76,7 +75,6 @@ public override async Task<string> Connect()
{
logWriter.Log("Connecting from Metamask...");


return await metaMaskController.Connect(chainConfig, chainRegistryProvider);
}
}
Expand Down
2 changes: 0 additions & 2 deletions src/ChainSafe.Gaming.WalletConnect/WalletConnectProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using ChainSafe.Gaming.WalletConnect.Storage;
using ChainSafe.Gaming.WalletConnect.Wallets;
using ChainSafe.Gaming.Web3;

using ChainSafe.Gaming.Web3.Core;
using ChainSafe.Gaming.Web3.Core.Debug;
using ChainSafe.Gaming.Web3.Environment;
Expand Down Expand Up @@ -92,7 +91,6 @@ private async Task Initialize()
return;
}


ValidateConfig();

WCLogger.Logger = new WCLogWriter(logWriter, config);
Expand Down
Loading