UNPKG

@snowballmoney/chain-agnostic-utils

Version:

Chain agnostic utilities for cross-chain applications

13 lines (11 loc) 216 B
export interface CAIP2 { namespace: string; reference: string; } export interface NetworkMetadata { name: string; currency: string; icon: string; explorerUrl?: string; rpcUrl?: string; }