Skip to content

Commit

Permalink
New Deepbook Pool Params (#19891)
Browse files Browse the repository at this point in the history
## Description 

New Deepbook Pool Params

## 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 17, 2024
1 parent df56cb0 commit 60f96ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-penguins-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mysten/deepbook-v3': minor
---

New stablecoin pool params
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 @@ -129,12 +129,12 @@ export const mainnetPools: PoolMap = {
quoteCoin: 'USDC',
},
WUSDT_USDC: {
address: `0x52f9bf16d9e7eff79da73d5e3dea39fe1ef8c77684bf4ec2c6566b41396404d0`,
address: `0x4e2ca3988246e1d50b9bf209abb9c1cbfec65bd95afdacc620a36c67bdb8452f`,
baseCoin: 'WUSDT',
quoteCoin: 'USDC',
},
WUSDC_USDC: {
address: `0xc69f7755fec146583e276a104bcf91e0c9f0cab91dcdb1c202e8d76a5a5a1101`,
address: `0xa0b9ebefb38c963fd115f52d71fa64501b79d1adcb5270563f92ce0442376545`,
baseCoin: 'WUSDC',
quoteCoin: 'USDC',
},
Expand Down

0 comments on commit 60f96ee

Please sign in to comment.