@mysten/deepbook-v3
Advanced tools
Comparing version 0.12.9 to 0.12.10
# @mysten/deepbook-v3 | ||
## 0.12.10 | ||
### Patch Changes | ||
- 46bdaf9: Typus coin type | ||
## 0.12.9 | ||
@@ -4,0 +10,0 @@ |
@@ -106,2 +106,7 @@ "use strict"; | ||
scalar: 1e6 | ||
}, | ||
TYPUS: { | ||
address: `0xf82dc05634970553615eef6112a1ac4fb7bf10272bf6cbe0f80ef44a6c489385`, | ||
type: `0xf82dc05634970553615eef6112a1ac4fb7bf10272bf6cbe0f80ef44a6c489385::typus::TYPUS`, | ||
scalar: 1e9 | ||
} | ||
@@ -108,0 +113,0 @@ }; |
@@ -78,2 +78,7 @@ const testnetPackageIds = { | ||
scalar: 1e6 | ||
}, | ||
TYPUS: { | ||
address: `0xf82dc05634970553615eef6112a1ac4fb7bf10272bf6cbe0f80ef44a6c489385`, | ||
type: `0xf82dc05634970553615eef6112a1ac4fb7bf10272bf6cbe0f80ef44a6c489385::typus::TYPUS`, | ||
scalar: 1e9 | ||
} | ||
@@ -80,0 +85,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"description": "Sui Deepbook SDK", | ||
"version": "0.12.9", | ||
"version": "0.12.10", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "type": "commonjs", |
@@ -95,2 +95,7 @@ // Copyright (c) Mysten Labs, Inc. | ||
}, | ||
TYPUS: { | ||
address: `0xf82dc05634970553615eef6112a1ac4fb7bf10272bf6cbe0f80ef44a6c489385`, | ||
type: `0xf82dc05634970553615eef6112a1ac4fb7bf10272bf6cbe0f80ef44a6c489385::typus::TYPUS`, | ||
scalar: 1000000000, | ||
}, | ||
}; | ||
@@ -97,0 +102,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
786425
8432