mirror of
https://github.com/mito-systems/ranger-app.git
synced 2026-03-06 22:14:08 +00:00
oh claude
This commit is contained in:
parent
ef7aaa8c17
commit
fc7b4c94d0
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user