We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74704d2 commit 882d988Copy full SHA for 882d988
.changeset/three-insects-sell.md
@@ -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
@@ -312,6 +312,11 @@ export const mainnetPools: PoolMap = {
312
baseCoin: 'ALKIMI',
313
quoteCoin: 'SUI',
314
},
315
+ LZWBTC_USDC: {
316
+ address: `0xf5142aafa24866107df628bf92d0358c7da6acc46c2f10951690fd2b8570f117`,
317
+ baseCoin: 'LZWBTC',
318
+ quoteCoin: 'USDC',
319
+ },
320
};
321
322
export const testnetMarginPools = {
0 commit comments