Skip to content

Commit 882d988

Browse files
authored
LZWBTC pool (#766)
1 parent 74704d2 commit 882d988

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/three-insects-sell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mysten/deepbook-v3': patch
3+
---
4+
5+
Add LZWBTC_USDC pool to SDK

packages/deepbook-v3/src/utils/constants.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,11 @@ export const mainnetPools: PoolMap = {
312312
baseCoin: 'ALKIMI',
313313
quoteCoin: 'SUI',
314314
},
315+
LZWBTC_USDC: {
316+
address: `0xf5142aafa24866107df628bf92d0358c7da6acc46c2f10951690fd2b8570f117`,
317+
baseCoin: 'LZWBTC',
318+
quoteCoin: 'USDC',
319+
},
315320
};
316321

317322
export const testnetMarginPools = {

0 commit comments

Comments
 (0)