Skip to content

Commit

Permalink
Update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TeknoPT committed Feb 15, 2023
1 parent 5582cd0 commit af638fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Assets/Scripts/Wallet/Settings.cs
Original file line number Diff line number Diff line change
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 af638fe

Please sign in to comment.