Skip to content

Commit

Permalink
New Token in Deepbook (#20622)
Browse files Browse the repository at this point in the history
## Description 

DRF token in Deepbook

## Test plan 

How did you test the new or updated feature?

Constant update only in SDK

## 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 13, 2024
1 parent 1cff85a commit 50d0edb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brave-turtles-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mysten/deepbook-v3': patch
---

DRF token
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 @@ -102,6 +102,11 @@ export const mainnetCoins: CoinMap = {
type: `0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD`,
scalar: 1000000,
},
DRF: {
address: `0x294de7579d55c110a00a7c4946e09a1b5cbeca2592fbb83fd7bfacba3cfeaf0e`,
type: `0x294de7579d55c110a00a7c4946e09a1b5cbeca2592fbb83fd7bfacba3cfeaf0e::drf::DRF`,
scalar: 1000000,
},
};

export const testnetPools: PoolMap = {
Expand Down

0 comments on commit 50d0edb

Please sign in to comment.