UNPKG

rubic-sdk

Version:
6 lines (5 loc) 364 B
import { StargateV2BridgeToken } from './stargate-v2-bridge-token'; import { StargateV2SupportedBlockchains } from './stargate-v2-cross-chain-supported-blockchains'; type StargateV2TokenAddress = Record<StargateV2SupportedBlockchains, Partial<Record<string, StargateV2BridgeToken>>>; export declare const stargateV2TokenAddress: StargateV2TokenAddress; export {};