Skip to content

Commit

Permalink
DEEP Pool Redeploy (#19845)
Browse files Browse the repository at this point in the history
## Description 

DEEP Pool Redeploy

## 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 14, 2024
1 parent c5a0f83 commit 23c3a3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-stingrays-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mysten/deepbook-v3': minor
---

DEEP Mainnet Redeploy
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 @@ -114,7 +114,7 @@ export const testnetPools: PoolMap = {

export const mainnetPools: PoolMap = {
DEEP_SUI: {
address: `0xe9aecf5859310f8b596fbe8488222a7fb15a55003455c9f42d1b60fab9cca9ba`,
address: `0xb663828d6217467c8a1838a03793da896cbe745b150ebd57d82f814ca579fc22`,
baseCoin: 'DEEP',
quoteCoin: 'SUI',
},
Expand All @@ -124,7 +124,7 @@ export const mainnetPools: PoolMap = {
quoteCoin: 'USDC',
},
DEEP_USDC: {
address: `0xde096bb2c59538a25c89229127fe0bc8b63ecdbe52a3693099cc40a1d8a2cfd4`,
address: `0xf948981b806057580f91622417534f491da5f61aeaf33d0ed8e69fd5691c95ce`,
baseCoin: 'DEEP',
quoteCoin: 'USDC',
},
Expand Down

0 comments on commit 23c3a3a

Please sign in to comment.