Fix get Balance

This commit is contained in:
2025-10-20 16:20:36 +07:00
parent f24938114d
commit 79f07af899
4 changed files with 193 additions and 119 deletions

View File

@@ -26,7 +26,7 @@ public static class ChainService
var chains = new List<Chain>()
{
GetArbitrum(),
GetEthereum(),
// GetEthereum(),
//GetArbitrumGoerli(),
//GetGoerli()
};

View File

@@ -80,7 +80,8 @@ public static class TokenService
Ticker.AAVE,
Ticker.XRP,
Ticker.PENDLE,
Ticker.BNB
Ticker.BNB,
Ticker.USDC
};
}
}