UNPKG

blub-sdk

Version:

A modular SDK for interacting with the BLUB ecosystem on the Sui blockchain.

12 lines (11 loc) 488 B
export interface BlubStakingObjectsIds { BLUB_STAKING_PACKAGE_ID: string; ADMIN_CAP_ID: string; PROTOCOL_CONFIG_ID: string; REWARD_MANAGER_ID: string; VAULT_ID: string; } export declare const BLUB_COINTYPE = "0xfa7ac3951fdca92c5200d468d31a365eb03b2be9936fde615e69f0c1274ad3a0::BLUB::BLUB"; export declare const BLUB_DECIMALS = 2; export declare const testnetStakingObjectIDs: BlubStakingObjectsIds; export declare const mainnetStakingObjectIDs: BlubStakingObjectsIds;