Update get balance for token not handle by privy
This commit is contained in:
@@ -66,4 +66,21 @@ public static class TokenService
|
||||
Arbitrum.Address.USDC => Ticker.USDC,
|
||||
_ => throw new NotImplementedException(),
|
||||
};
|
||||
|
||||
public static List<Ticker> GetEligibleTickersForBalance()
|
||||
{
|
||||
return new List<Ticker>
|
||||
{
|
||||
Ticker.LINK,
|
||||
Ticker.UNI,
|
||||
Ticker.GMX,
|
||||
Ticker.SOL,
|
||||
Ticker.SUI,
|
||||
Ticker.ARB,
|
||||
Ticker.AAVE,
|
||||
Ticker.XRP,
|
||||
Ticker.PENDLE,
|
||||
Ticker.BNB
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user