UNPKG

@intuweb3/sdk

Version:

INTU SDK - Modern blockchain interaction toolkit

15 lines (14 loc) 1.2 kB
export declare const ARBITRUM_SEPOLIA_GRAPHQL_ENDPOINT_WSS = "wss://indexer.hyperindex.xyz/2e6bc4f/v1/graphql"; export declare const ARBITRUM_SEPOLIA_GRAPHQL_ENDPOINT = "https://indexer.hyperindex.xyz/2e6bc4f/v1/graphql"; export declare const XFI_GRAPHQL_ENDPOINT = "https://graph.intu.xyz/subgraphs/name/xfi-test2/"; export declare const NOSTR_URL = "https://nostr.intu.xyz"; export declare const ARBITRUM_ONE_GRAPHQL_ENDPOINT = "https://indexer.hyperindex.xyz/2e6bc4f/v1/graphql"; export declare const ETHERLINK_GRAPHQL_ENDPOINT = "https://rpc.intu.xyz/graph/subgraphs/name/etherlink"; export declare const GOLD_SKY_ARBITRUM_SEPOLIA_GRAPHQL_ENDPOINT = "https://api.goldsky.com/api/public/project_cm1jkqjytq51s01yr9q6h3idj/subgraphs/intu-arb-sepolia/1.0.0/gn"; export declare const GOLD_SKY_ARBITRUM_MAINNET_GRAPHQL_ENDPOINT = "https://api.goldsky.com/api/public/project_cm1jkqjytq51s01yr9q6h3idj/subgraphs/intu-arb-main/0.0.1/gn"; export declare const getGraphEndpoint: (chainId: number) => string; export declare const getBackupGraphEndpoint: (chainId: number) => string; export declare function chainConfig(chainId: number, transport: any): { chain: any; transport: any; } | undefined;