@mysten/deepbook-v3
Advanced tools
Comparing version
# @mysten/deepbook-v3 | ||
## 0.0.0-experimental-20241129141153 | ||
## 0.0.0-experimental-20241203154641 | ||
### Patch Changes | ||
- f78d42a: AUSD pool support | ||
## 0.12.15 | ||
### Patch Changes | ||
- Updated dependencies [ec2dc7f] | ||
- Updated dependencies [ec2dc7f] | ||
- @mysten/sui@0.0.0-experimental-20241129141153 | ||
- @mysten/sui@1.16.0 | ||
@@ -11,0 +17,0 @@ ## 0.12.14 |
@@ -185,4 +185,14 @@ "use strict"; | ||
quoteCoin: "SUI" | ||
}, | ||
SUI_AUSD: { | ||
address: `0x183df694ebc852a5f90a959f0f563b82ac9691e42357e9a9fe961d71a1b809c8`, | ||
baseCoin: "SUI", | ||
quoteCoin: "AUSD" | ||
}, | ||
AUSD_USDC: { | ||
address: `0x5661fc7f88fbeb8cb881150a810758cf13700bb4e1f31274a244581b37c303c3`, | ||
baseCoin: "AUSD", | ||
quoteCoin: "USDC" | ||
} | ||
}; | ||
//# sourceMappingURL=constants.js.map |
@@ -157,2 +157,12 @@ const testnetPackageIds = { | ||
quoteCoin: "SUI" | ||
}, | ||
SUI_AUSD: { | ||
address: `0x183df694ebc852a5f90a959f0f563b82ac9691e42357e9a9fe961d71a1b809c8`, | ||
baseCoin: "SUI", | ||
quoteCoin: "AUSD" | ||
}, | ||
AUSD_USDC: { | ||
address: `0x5661fc7f88fbeb8cb881150a810758cf13700bb4e1f31274a244581b37c303c3`, | ||
baseCoin: "AUSD", | ||
quoteCoin: "USDC" | ||
} | ||
@@ -159,0 +169,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"description": "Sui Deepbook SDK", | ||
"version": "0.0.0-experimental-20241129141153", | ||
"version": "0.0.0-experimental-20241203154641", | ||
"license": "Apache-2.0", | ||
@@ -27,3 +27,3 @@ "type": "commonjs", | ||
"dependencies": { | ||
"@mysten/sui": "0.0.0-experimental-20241129141153" | ||
"@mysten/sui": "1.16.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
@@ -176,2 +176,12 @@ // Copyright (c) Mysten Labs, Inc. | ||
}, | ||
SUI_AUSD: { | ||
address: `0x183df694ebc852a5f90a959f0f563b82ac9691e42357e9a9fe961d71a1b809c8`, | ||
baseCoin: 'SUI', | ||
quoteCoin: 'AUSD', | ||
}, | ||
AUSD_USDC: { | ||
address: `0x5661fc7f88fbeb8cb881150a810758cf13700bb4e1f31274a244581b37c303c3`, | ||
baseCoin: 'AUSD', | ||
quoteCoin: 'USDC', | ||
}, | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
790724
0.22%8492
0.35%+ Added
- Removed
Updated