Skip to content

Commit

Permalink
Typus pool (#20348)
Browse files Browse the repository at this point in the history
## Description 

Typus pool

## Test plan 

Mainnet Verification

---

## 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 Nov 20, 2024
1 parent 73a89bf commit 4cf47ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-hotels-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mysten/deepbook-v3': patch
---

Typus pool
5 changes: 5 additions & 0 deletions sdk/deepbook-v3/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,9 @@ export const mainnetPools: PoolMap = {
baseCoin: 'NS',
quoteCoin: 'SUI',
},
TYPUS_SUI: {
address: `0xe8e56f377ab5a261449b92ac42c8ddaacd5671e9fec2179d7933dd1a91200eec`,
baseCoin: 'TYPUS',
quoteCoin: 'SUI',
},
};

0 comments on commit 4cf47ad

Please sign in to comment.