Constants.ts
This module interfaces with the indexer via the GraphQL protocol.
Added in v2.0.0
Signature
export declare const BABYLON_METADATA: GasDenomMetadata
Source: src/Constants.ts:65
Added in v2.0.0
Signature
export declare const GAS_DENOMS: Record<string & Brand<"UniversalChainId">, GasDenomMetadata>
Source: src/Constants.ts:125
Added in v2.0.0
Signature
export declare const OSMOSIS_METADATA: GasDenomMetadata
Source: src/Constants.ts:77
Added in v2.0.0
Signature
export declare const foreverSchedule: Schedule.Schedule<number, unknown, never>
Source: src/Constants.ts:171
Added in v2.0.0
Signature
export declare const rpcSchedule: Schedule.Schedule<Duration, unknown, never>
Source: src/Constants.ts:177
Added in v2.0.0
Signature
export declare const tokenMetaOverride: ( input: string) => Unify< | ReturnType<(address: string) => { readonly symbol: string; readonly name: string; readonly decimals: 6 }> | { readonly symbol: "XION"; readonly name: "xion"; readonly decimals: 0 }>
Source: src/Constants.ts:186
Added in v2.0.0