@super-protocol/sdk-js 2.2.0-beta.27 → 2.2.0-beta.28
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/cjs/contracts/abi.d.ts +1 -1
- package/dist/cjs/contracts/abi.js +2 -2
- package/dist/cjs/staticModels/LoaderSessions.d.ts +1 -1
- package/dist/cjs/staticModels/LoaderSessions.js +3 -3
- package/dist/mjs/contracts/abi.d.ts +1 -1
- package/dist/mjs/contracts/abi.js +2 -2
- package/dist/mjs/staticModels/LoaderSessions.d.ts +1 -1
- package/dist/mjs/staticModels/LoaderSessions.js +3 -3
- package/package.json +1 -1
|
@@ -6681,7 +6681,7 @@ export declare const abi: readonly [{
|
|
|
6681
6681
|
readonly name: "teeOfferId";
|
|
6682
6682
|
readonly type: "uint256";
|
|
6683
6683
|
}];
|
|
6684
|
-
readonly name: "
|
|
6684
|
+
readonly name: "removeLoaderKeys";
|
|
6685
6685
|
readonly outputs: readonly [];
|
|
6686
6686
|
readonly stateMutability: "nonpayable";
|
|
6687
6687
|
readonly type: "function";
|