Skip to content

Commit

Permalink
Deepbook AUSD Pools (#20493)
Browse files Browse the repository at this point in the history
## Description 

Deepbook AUSD Pools

## Test plan 

Tested on 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 Dec 3, 2024
1 parent 18339d4 commit f78d42a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-melons-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mysten/deepbook-v3': patch
---

AUSD pool support
10 changes: 10 additions & 0 deletions sdk/deepbook-v3/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,14 @@ export const mainnetPools: PoolMap = {
baseCoin: 'TYPUS',
quoteCoin: 'SUI',
},
SUI_AUSD: {
address: `0x183df694ebc852a5f90a959f0f563b82ac9691e42357e9a9fe961d71a1b809c8`,
baseCoin: 'SUI',
quoteCoin: 'AUSD',
},
AUSD_USDC: {
address: `0x5661fc7f88fbeb8cb881150a810758cf13700bb4e1f31274a244581b37c303c3`,
baseCoin: 'AUSD',
quoteCoin: 'USDC',
},
};

0 comments on commit f78d42a

Please sign in to comment.