@mysten/deepbook-v3
Advanced tools
Comparing version 0.12.8 to 0.12.9
# @mysten/deepbook-v3 | ||
## 0.12.9 | ||
### Patch Changes | ||
- 2a532bc: Governance function update | ||
## 0.12.8 | ||
@@ -4,0 +10,0 @@ |
@@ -118,2 +118,4 @@ "use strict"; | ||
const tradeProof = tx.add(__privateGet(this, _config).balanceManager.generateProof(balanceManagerKey)); | ||
const baseCoin = __privateGet(this, _config).getCoin(pool.baseCoin); | ||
const quoteCoin = __privateGet(this, _config).getCoin(pool.quoteCoin); | ||
tx.moveCall({ | ||
@@ -126,3 +128,4 @@ target: `${__privateGet(this, _config).DEEPBOOK_PACKAGE_ID}::pool::vote`, | ||
tx.pure.id(proposal_id) | ||
] | ||
], | ||
typeArguments: [baseCoin.type, quoteCoin.type] | ||
}); | ||
@@ -129,0 +132,0 @@ }; |
@@ -95,2 +95,4 @@ var __typeError = (msg) => { | ||
const tradeProof = tx.add(__privateGet(this, _config).balanceManager.generateProof(balanceManagerKey)); | ||
const baseCoin = __privateGet(this, _config).getCoin(pool.baseCoin); | ||
const quoteCoin = __privateGet(this, _config).getCoin(pool.quoteCoin); | ||
tx.moveCall({ | ||
@@ -103,3 +105,4 @@ target: `${__privateGet(this, _config).DEEPBOOK_PACKAGE_ID}::pool::vote`, | ||
tx.pure.id(proposal_id) | ||
] | ||
], | ||
typeArguments: [baseCoin.type, quoteCoin.type] | ||
}); | ||
@@ -106,0 +109,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"description": "Sui Deepbook SDK", | ||
"version": "0.12.8", | ||
"version": "0.12.9", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "type": "commonjs", |
@@ -109,2 +109,4 @@ // Copyright (c) Mysten Labs, Inc. | ||
const tradeProof = tx.add(this.#config.balanceManager.generateProof(balanceManagerKey)); | ||
const baseCoin = this.#config.getCoin(pool.baseCoin); | ||
const quoteCoin = this.#config.getCoin(pool.quoteCoin); | ||
@@ -119,4 +121,5 @@ tx.moveCall({ | ||
], | ||
typeArguments: [baseCoin.type, quoteCoin.type], | ||
}); | ||
}; | ||
} |
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
785154
8417