Comment on page
DeepBook SDK
0x000000000000000000000000000000000000000000000000000000000000dee9
0x000000000000000000000000000000000000000000000000000000000000dee9
view on Sui Explorer
below are the constants can be directly used in Devnet.
import {normalizeSuiObjectId} from "@mysten/sui.js";
export const DEEPBOOK_PACKAGE_ID = 'https://explorer.sui.io/object/0x000000000000000000000000000000000000000000000000000000000000dee9'
export const CLOCK = normalizeSuiObjectId("0x6")
below are the constants can be directly used in Devnet.
import {normalizeSuiObjectId} from "@mysten/sui.js";
export const DEEPBOOK_PACKAGE_ID = 'https://explorer.sui.io/object/0x000000000000000000000000000000000000000000000000000000000000dee9'
export const CLOCK = normalizeSuiObjectId("0x6")
Last modified 5mo ago