Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyongchang committed Mar 31, 2022
1 parent eb7f556 commit fd6007c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StarSharksTool/AccountManagement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private async Task ReloadAccount()
private async Task LoadAccount()
{

var appSettings = new AppSettings() { Proxy = String.Empty, Accounts = new List<AccountInfo>(), BSC_URL = "https://bsc-dataseed.binance.org/", OpenId = String.Empty, RENT = new RentSettings() { GAS_PRICE = 5, MARPLACE_PROXY = "", SEA_PRICE = 14 };
var appSettings = new AppSettings() { Proxy = String.Empty, Accounts = new List<AccountInfo>(), BSC_URL = "https://bsc-dataseed.binance.org/", OpenId = String.Empty, RENT = new RentSettings() { GAS_PRICE = 5, MARPLACE_PROXY = "", SEA_PRICE = 14 } };
if (File.Exists(Global.SETTING_PATH))
{
try
Expand Down

0 comments on commit fd6007c

Please sign in to comment.