Skip to content

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:67

Added in v2.0.0

Signature

export declare const EU_ERC20: Token.Erc20

Source: src/Constants.ts:233

Added in v2.0.0

Signature

export declare const EU_LST: { readonly _tag: "CosmosDisplay"; readonly address: `${string}1${string}` }

Source: src/Constants.ts:239

Added in v2.0.0

Signature

export declare const EU_SOLVER_ON_ETH_METADATA: "0x000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000014e5cf13c84c0fea3236c101bd7d743d30366e5cf10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"

Source: src/Constants.ts:276

Added in v2.0.0

Signature

export declare const EU_SOLVER_ON_UNION_METADATA: "0x000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000040756e696f6e31657565756575657539766172347968647275797a6b6a6373683734787a65756736636b797936306873307663716e7a716c326871306c786332660000000000000000000000000000000000000000000000000000000000000000"

Source: src/Constants.ts:269

Added in v2.0.0

Signature

export declare const EU_STAKING_HUB: { readonly _tag: "CosmosDisplay"; readonly address: `${string}1${string}` }

Source: src/Constants.ts:247

Added in v2.0.0

Signature

export declare const GAS_DENOMS: Record<string & Brand<"UniversalChainId">, GasDenomMetadata>

Source: src/Constants.ts:127

Added in v2.0.0

Signature

export declare const ON_ZKGM_CALL_PROXY: { readonly _tag: "CosmosDisplay"; readonly address: `${string}1${string}` }

Source: src/Constants.ts:213

Added in v2.0.0

Signature

export declare const OSMOSIS_METADATA: GasDenomMetadata

Source: src/Constants.ts:79

Added in v2.0.0

Signature

export declare const U_BANK: Token.CosmosBank

Source: src/Constants.ts:221

Added in v2.0.0

Signature

export declare const U_ERC20: Token.Erc20

Source: src/Constants.ts:227

Added in v2.0.0

Signature

export declare const U_SOLVER_ON_ETH_METADATA: "0x000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000014ba5ed44733953d79717f6269357c77718c8ba5ed0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"

Source: src/Constants.ts:255

Added in v2.0.0

Signature

export declare const U_SOLVER_ON_UNION_METADATA: "0x000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000040756e696f6e3175757575757575757539756e3271706b73616d37726c747470786338646337366d63706868736d70333970786a6e7376727463717679763537720000000000000000000000000000000000000000000000000000000000000000"

Source: src/Constants.ts:262

Added in v2.0.0

Signature

export declare const foreverSchedule: Schedule.Schedule<number, unknown, never>

Source: src/Constants.ts:178

Added in v2.0.0

Signature

export declare const rpcSchedule: Schedule.Schedule<Duration, unknown, never>

Source: src/Constants.ts:184

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:193

Added in v2.0.0