@metamask-previews/perps-controller 6.1.0-preview-7fd8fb1b3 → 6.1.0-preview-784cc181c
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/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
### Changed
|
|
11
|
-
|
|
12
|
-
- Pass `isInternal: true` to all internal `addTransaction` calls to adopt the explicit `isInternal` flag introduced in `@metamask/transaction-controller` ([#8633](https://github.com/MetaMask/core/pull/8633))
|
|
13
|
-
|
|
14
10
|
## [6.1.0]
|
|
15
11
|
|
|
16
12
|
### Changed
|
package/dist/PerpsController.cjs
CHANGED
|
@@ -3078,7 +3078,7 @@ async function _PerpsController_submitTransaction(txParams, options) {
|
|
|
3078
3078
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
3079
3079
|
txParams,
|
|
3080
3080
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
3081
|
-
|
|
3081
|
+
options);
|
|
3082
3082
|
}, _PerpsController_migrateRequestsIfNeeded = function _PerpsController_migrateRequestsIfNeeded() {
|
|
3083
3083
|
this.update((state) => {
|
|
3084
3084
|
// Remove withdrawal requests without accountAddress - they can't be attributed to any account
|