DeepBook Docs
Search
K
Comment on page

DeepBook SDK

DeepBook Package (Testnet)

0x000000000000000000000000000000000000000000000000000000000000dee9

DeepBook Package (Devnet)

0x000000000000000000000000000000000000000000000000000000000000dee9
view on Sui Explorer

Typescript SDK Parameters (Testnet)

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")

Typescript SDK Parameters (Devnet)

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")