@mysten/deepbook-v3
Advanced tools
Comparing version 0.0.0-experimental-20241119165806 to 0.0.0-experimental-20241120154537
# @mysten/deepbook-v3 | ||
## 0.0.0-experimental-20241119165806 | ||
## 0.0.0-experimental-20241120154537 | ||
### Patch Changes | ||
- 4cf47ad: Typus pool | ||
## 0.12.10 | ||
### Patch Changes | ||
- 46bdaf9: Typus coin type | ||
@@ -8,0 +14,0 @@ |
@@ -175,4 +175,9 @@ "use strict"; | ||
quoteCoin: "SUI" | ||
}, | ||
TYPUS_SUI: { | ||
address: `0xe8e56f377ab5a261449b92ac42c8ddaacd5671e9fec2179d7933dd1a91200eec`, | ||
baseCoin: "TYPUS", | ||
quoteCoin: "SUI" | ||
} | ||
}; | ||
//# sourceMappingURL=constants.js.map |
@@ -147,2 +147,7 @@ const testnetPackageIds = { | ||
quoteCoin: "SUI" | ||
}, | ||
TYPUS_SUI: { | ||
address: `0xe8e56f377ab5a261449b92ac42c8ddaacd5671e9fec2179d7933dd1a91200eec`, | ||
baseCoin: "TYPUS", | ||
quoteCoin: "SUI" | ||
} | ||
@@ -149,0 +154,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"description": "Sui Deepbook SDK", | ||
"version": "0.0.0-experimental-20241119165806", | ||
"version": "0.0.0-experimental-20241120154537", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "type": "commonjs", |
@@ -166,2 +166,7 @@ // Copyright (c) Mysten Labs, Inc. | ||
}, | ||
TYPUS_SUI: { | ||
address: `0xe8e56f377ab5a261449b92ac42c8ddaacd5671e9fec2179d7933dd1a91200eec`, | ||
baseCoin: 'TYPUS', | ||
quoteCoin: 'SUI', | ||
}, | ||
}; |
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
787411
8447