Skip to content

Commit

Permalink
Deepbook SDK constants update (#19752)
Browse files Browse the repository at this point in the history
## Description 

Update constants

## Test plan 

How did you test the new or updated feature?

Mainnet

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
leecchh authored Oct 8, 2024
1 parent c5647d1 commit c0fb6d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-experts-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mysten/deepbook-v3': patch
---

Patch ID and bug fix
4 changes: 2 additions & 2 deletions sdk/deepbook-v3/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const testnetPackageIds = {
} satisfies DeepbookPackageIds;

export const mainnetPackageIds = {
DEEPBOOK_PACKAGE_ID: '0xbd1d25f49cc9b65f1e41d6c264ad0e065923de7ce6fd8b86d87d25c0a58742b9',
DEEPBOOK_PACKAGE_ID: '0x6f2abaa15ea8f1935968310a196807272b37150878dc4072f2e0cbaa9eca894a',
REGISTRY_ID: '0x87f0e925e7ae938dc344bfe3ab58253511be2906f2435f5b7562b1c7430fe4a5',
DEEP_TREASURY_ID: '0x032abf8948dda67a271bcc18e776dbbcfb0d58c8d288a700ff0d5521e57a1ffe',
};
Expand Down Expand Up @@ -60,7 +60,7 @@ export const mainnetCoins: CoinMap = {
USDC: {
address: `0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7`,
type: `0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC`,
scalar: 6,
scalar: 1000000,
},
WUSDC: {
address: `0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf`,
Expand Down

0 comments on commit c0fb6d6

Please sign in to comment.