@kodiak-finance/orderly-core 2.9.0 → 2.9.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -5403,10 +5403,10 @@ var simpleDI_default = SimpleDI;
|
|
|
5403
5403
|
|
|
5404
5404
|
// src/account.ts
|
|
5405
5405
|
init_shim();
|
|
5406
|
+
var import_orderly_types4 = require("@kodiak-finance/orderly-types");
|
|
5406
5407
|
var import_web3 = require("@solana/web3.js");
|
|
5407
5408
|
var import_ethers3 = require("ethers");
|
|
5408
5409
|
var import_eventemitter3 = __toESM(require("eventemitter3"));
|
|
5409
|
-
var import_orderly_types4 = require("@kodiak-finance/orderly-types");
|
|
5410
5410
|
|
|
5411
5411
|
// src/additionalInfoRepository.ts
|
|
5412
5412
|
init_shim();
|
|
@@ -6737,7 +6737,6 @@ var _Account = class _Account {
|
|
|
6737
6737
|
}
|
|
6738
6738
|
async disconnect() {
|
|
6739
6739
|
if (!!this.stateValue.address) {
|
|
6740
|
-
this.keyStore.removeAddress();
|
|
6741
6740
|
this.additionalInfoRepository.clear(this.stateValue.address);
|
|
6742
6741
|
}
|
|
6743
6742
|
const nextState = {
|