Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { ChainGrpcOracleApi } from "@injectivelabs/sdk-ts/client/chain"; import { getNetworkEndpoints, Network } from "@injectivelabs/networks"; const endpoints = getNetworkEndpoints(Network.Testnet); const chainGrpcOracleApi = new ChainGrpcOracleApi(endpoints.grpc); const moduleParams = await chainGrpcOracleApi.fetchModuleParams(); console.log(moduleParams);