UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
10 lines (9 loc) 601 B
import type { ChainInfo } from "@keplr-wallet/types"; export declare const cosmosPublicKey: Uint8Array<ArrayBuffer>; export declare const cosmosAddress: Uint8Array<ArrayBuffer>; export declare const initiaPublicKey: Uint8Array<ArrayBuffer>; export declare const initiaAddress: Uint8Array<ArrayBuffer>; export declare const expectedCosmosBech32Address = "cosmos1xs55snr6lxsalaqrwc63cxlmgn437zzvmzg7te"; export declare const expectedInitiaBech32Address = "init10alvsy3f0a6vsr7ghjh3rtygrhygavsk3tscgz"; export declare const cosmosHubChainInfo: ChainInfo; export declare const initiaChainInfo: ChainInfo;