rubic-sdk
Version:
Simplify dApp creation
6 lines (5 loc) • 364 B
TypeScript
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 {};