Fix get Balance
This commit is contained in:
@@ -26,7 +26,7 @@ public static class ChainService
|
||||
var chains = new List<Chain>()
|
||||
{
|
||||
GetArbitrum(),
|
||||
GetEthereum(),
|
||||
// GetEthereum(),
|
||||
//GetArbitrumGoerli(),
|
||||
//GetGoerli()
|
||||
};
|
||||
|
||||
@@ -80,7 +80,8 @@ public static class TokenService
|
||||
Ticker.AAVE,
|
||||
Ticker.XRP,
|
||||
Ticker.PENDLE,
|
||||
Ticker.BNB
|
||||
Ticker.BNB,
|
||||
Ticker.USDC
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user