Skip to content

Commit

Permalink
Merge pull request #73 from TeknoPT/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
TeknoPT authored Feb 15, 2023
2 parents 708f47d + af638fe commit aca2566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Assets/Plugins/NBitcoin/Newtonsoft.Json.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Scripts/Wallet/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public void Load()
this.feePrice = defaultGasPrice;
}

var defaultGasLimit = 2100;
var defaultGasLimit = 21000;
if (!BigInteger.TryParse(PlayerPrefs.GetString(GasLimitTag, defaultGasLimit.ToString()), out feeLimit))
{
this.feeLimit = defaultGasLimit;
Expand Down Expand Up @@ -425,7 +425,7 @@ public string GetDefaultValue(string tag)
break;

case NexusKind.Test_Net:
_return_value = "https://explorer-testnet.vercel.app/";
_return_value = "https://test-explorer.phantasma.io/";
break;

case NexusKind.Mankini_Test_Net:
Expand Down

0 comments on commit aca2566

Please sign in to comment.