From 60f96ee37c2c7c251ab07f495190ef89ad479ed8 Mon Sep 17 00:00:00 2001 From: Tony Lee Date: Thu, 17 Oct 2024 11:28:22 -0400 Subject: [PATCH] New Deepbook Pool Params (#19891) ## 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: --- .changeset/happy-penguins-kick.md | 5 +++++ sdk/deepbook-v3/src/utils/constants.ts | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/happy-penguins-kick.md diff --git a/.changeset/happy-penguins-kick.md b/.changeset/happy-penguins-kick.md new file mode 100644 index 0000000000000..7e3a81169edd6 --- /dev/null +++ b/.changeset/happy-penguins-kick.md @@ -0,0 +1,5 @@ +--- +'@mysten/deepbook-v3': minor +--- + +New stablecoin pool params diff --git a/sdk/deepbook-v3/src/utils/constants.ts b/sdk/deepbook-v3/src/utils/constants.ts index 95b9de6b6c0e1..bd54305f073c9 100644 --- a/sdk/deepbook-v3/src/utils/constants.ts +++ b/sdk/deepbook-v3/src/utils/constants.ts @@ -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', },