UNPKG

@shogun-sdk/money-legos

Version:

Shogun Money Legos: clients and types for quotes, memes, prices, balances, fees, validations, etc.

7 lines 250 B
export declare const SOL_NATIVE = "So11111111111111111111111111111111111111111"; export declare const NATIVE_TOKEN: { ETH: string; SOL: string; }; export type NativeTokenKey = keyof typeof NATIVE_TOKEN; //# sourceMappingURL=addresses.d.ts.map