Skip to content

Commit fd6007c

Browse files
committed
initial
1 parent eb7f556 commit fd6007c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StarSharksTool/AccountManagement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private async Task ReloadAccount()
8787
private async Task LoadAccount()
8888
{
8989

90-
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 };
90+
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 } };
9191
if (File.Exists(Global.SETTING_PATH))
9292
{
9393
try

0 commit comments

Comments
 (0)