Skip to content

Commit

Permalink
Mainnet Packages (#19748)
Browse files Browse the repository at this point in the history
  • Loading branch information
leecchh authored Oct 8, 2024
1 parent aaa6fc8 commit 5df4e5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-ants-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mysten/deepbook-v3': patch
---

Test Mainnet Packages
6 changes: 3 additions & 3 deletions sdk/deepbook-v3/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export const testnetPackageIds = {
} satisfies DeepbookPackageIds;

export const mainnetPackageIds = {
DEEPBOOK_PACKAGE_ID: '',
REGISTRY_ID: '',
DEEP_TREASURY_ID: '',
DEEPBOOK_PACKAGE_ID: '0xbd1d25f49cc9b65f1e41d6c264ad0e065923de7ce6fd8b86d87d25c0a58742b9',
REGISTRY_ID: '0x87f0e925e7ae938dc344bfe3ab58253511be2906f2435f5b7562b1c7430fe4a5',
DEEP_TREASURY_ID: '0x032abf8948dda67a271bcc18e776dbbcfb0d58c8d288a700ff0d5521e57a1ffe',
};

export const testnetCoins: CoinMap = {
Expand Down

0 comments on commit 5df4e5e

Please sign in to comment.