Skip to content

Commit

Permalink
Mainnet Pools (#19850)
Browse files Browse the repository at this point in the history
## Description 

Mainnet Pools Deploy

## 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 7227a4f commit 7b8e8ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-beds-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mysten/deepbook-v3': minor
---

Mainnet pool packages
15 changes: 10 additions & 5 deletions sdk/deepbook-v3/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const mainnetPools: PoolMap = {
quoteCoin: 'SUI',
},
SUI_USDC: {
address: ``,
address: `0xe05dafb5133bcffb8d59f4e12465dc0e9faeaa05e3e342a08fe135800e3e4407`,
baseCoin: 'SUI',
quoteCoin: 'USDC',
},
Expand All @@ -128,14 +128,19 @@ export const mainnetPools: PoolMap = {
baseCoin: 'DEEP',
quoteCoin: 'USDC',
},
USDT_USDC: {
address: ``,
baseCoin: 'USDT',
WUSDT_USDC: {
address: `0x52f9bf16d9e7eff79da73d5e3dea39fe1ef8c77684bf4ec2c6566b41396404d0`,
baseCoin: 'WUSDT',
quoteCoin: 'USDC',
},
WUSDC_USDC: {
address: ``,
address: `0xc69f7755fec146583e276a104bcf91e0c9f0cab91dcdb1c202e8d76a5a5a1101`,
baseCoin: 'WUSDC',
quoteCoin: 'USDC',
},
BETH_USDC: {
address: `0x1109352b9112717bd2a7c3eb9a416fff1ba6951760f5bdd5424cf5e4e5b3e65c`,
baseCoin: 'BETH',
quoteCoin: 'USDC',
},
};

0 comments on commit 7b8e8ad

Please sign in to comment.