UNPKG

@firefly-exchange/library-sui

Version:

Sui library housing helper methods, classes to interact with Bluefin protocol(s) deployed on Sui

7 lines (6 loc) 354 B
import { Network, DeploymentConfig } from "./interfaces"; export declare const market: string; export declare const network: Network; export declare const packageName = "bluefin_foundation"; export declare const usdcAddress = "0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf"; export declare const DeploymentConfigs: DeploymentConfig;