diff --git a/src/services/blockchain/seiService.ts b/src/services/blockchain/seiService.ts index 97113c5..f1f3eb4 100644 --- a/src/services/blockchain/seiService.ts +++ b/src/services/blockchain/seiService.ts @@ -410,7 +410,7 @@ export const getTokenBalance = async (): Promise => { 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