oh claude

This commit is contained in:
zramsay 2025-03-25 14:51:04 -04:00
parent ef7aaa8c17
commit fc7b4c94d0

View File

@ -410,7 +410,7 @@ export const getTokenBalance = async (): Promise<number> => {
const tokenContractAddress = 'sei1ch4hx7thp8dztx4emwr2x0npx4s4sf9fgx2azhawunssm5xz9ksq35uzlu';
// The RPC endpoint for Sei testnet
const rpcEndpoint = NETWORKS.testnet.restUrl;
const rpcEndpoint = NETWORKS.testnet.rpcUrl;
// Construct the query for a CW20 balance
// This uses a direct REST query to avoid CosmWasm client issues