Fix autoswap
This commit is contained in:
@@ -82,25 +82,25 @@ namespace Managing.Common
|
||||
Ticker.WIF,
|
||||
};
|
||||
|
||||
public static readonly Ticker[] SupportedTickers =
|
||||
{
|
||||
Ticker.BTC,
|
||||
Ticker.ETH,
|
||||
Ticker.BNB,
|
||||
Ticker.DOGE,
|
||||
Ticker.ADA,
|
||||
Ticker.SOL,
|
||||
Ticker.XRP,
|
||||
Ticker.LINK,
|
||||
Ticker.RENDER,
|
||||
Ticker.SUI,
|
||||
Ticker.GMX,
|
||||
Ticker.ARB,
|
||||
Ticker.PEPE,
|
||||
Ticker.PENDLE,
|
||||
Ticker.AAVE,
|
||||
Ticker.HYPE
|
||||
};
|
||||
public static readonly Ticker[] SupportedTickers =
|
||||
{
|
||||
Ticker.BTC,
|
||||
Ticker.ETH,
|
||||
Ticker.BNB,
|
||||
Ticker.DOGE,
|
||||
Ticker.ADA,
|
||||
Ticker.SOL,
|
||||
Ticker.XRP,
|
||||
Ticker.LINK,
|
||||
Ticker.RENDER,
|
||||
Ticker.SUI,
|
||||
Ticker.GMX,
|
||||
Ticker.ARB,
|
||||
Ticker.PEPE,
|
||||
Ticker.PENDLE,
|
||||
Ticker.AAVE,
|
||||
Ticker.HYPE
|
||||
};
|
||||
|
||||
public static class Decimals
|
||||
{
|
||||
@@ -109,7 +109,7 @@ namespace Managing.Common
|
||||
|
||||
public const decimal MinimumPositionAmount = 5m;
|
||||
public const decimal MinimumEthBalance = 2m;
|
||||
public const decimal AutoSwapAmount = 3m;
|
||||
public const double AutoSwapAmount = 3;
|
||||
}
|
||||
|
||||
public class TokenAddress
|
||||
|
||||
Reference in New Issue
Block a user