@mysten/deepbook-v3
Advanced tools
Comparing version 0.12.5 to 0.12.6
# @mysten/deepbook-v3 | ||
## 0.12.6 | ||
### Patch Changes | ||
- a43ae92: NS Token | ||
- Updated dependencies [d5a23d7] | ||
- @mysten/sui@1.14.3 | ||
## 0.12.5 | ||
@@ -4,0 +12,0 @@ |
@@ -101,2 +101,7 @@ "use strict"; | ||
scalar: 1e6 | ||
}, | ||
NS: { | ||
address: `0x5145494a5f5100e645e4b0aa950fa6b68f614e8c59e17bc5ded3495123a79178`, | ||
type: `0x5145494a5f5100e645e4b0aa950fa6b68f614e8c59e17bc5ded3495123a79178::ns::NS`, | ||
scalar: 1e6 | ||
} | ||
@@ -103,0 +108,0 @@ }; |
@@ -73,2 +73,7 @@ const testnetPackageIds = { | ||
scalar: 1e6 | ||
}, | ||
NS: { | ||
address: `0x5145494a5f5100e645e4b0aa950fa6b68f614e8c59e17bc5ded3495123a79178`, | ||
type: `0x5145494a5f5100e645e4b0aa950fa6b68f614e8c59e17bc5ded3495123a79178::ns::NS`, | ||
scalar: 1e6 | ||
} | ||
@@ -75,0 +80,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"description": "Sui Deepbook SDK", | ||
"version": "0.12.5", | ||
"version": "0.12.6", | ||
"license": "Apache-2.0", | ||
@@ -27,3 +27,3 @@ "type": "commonjs", | ||
"dependencies": { | ||
"@mysten/sui": "1.14.2" | ||
"@mysten/sui": "1.14.3" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
@@ -90,2 +90,7 @@ // Copyright (c) Mysten Labs, Inc. | ||
}, | ||
NS: { | ||
address: `0x5145494a5f5100e645e4b0aa950fa6b68f614e8c59e17bc5ded3495123a79178`, | ||
type: `0x5145494a5f5100e645e4b0aa950fa6b68f614e8c59e17bc5ded3495123a79178::ns::NS`, | ||
scalar: 1000000, | ||
}, | ||
}; | ||
@@ -92,0 +97,0 @@ |
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
782044
8378
+ Added@mysten/sui@1.14.3(transitive)
- Removed@mysten/sui@1.14.2(transitive)
Updated@mysten/sui@1.14.3