@super-protocol/sdk-js 3.16.0-beta.5 → 3.16.0-beta.7
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/Campaign.d.ts +4 -0
- package/dist/cjs/contracts/Campaign.js +944 -939
- package/dist/cjs/staticModels/Campaign.d.ts +1 -1
- package/dist/cjs/staticModels/Campaign.js +4 -4
- package/dist/mjs/contracts/Campaign.d.ts +4 -0
- package/dist/mjs/contracts/Campaign.js +944 -939
- package/dist/mjs/staticModels/Campaign.d.ts +1 -1
- package/dist/mjs/staticModels/Campaign.js +4 -4
- package/package.json +1 -1
|
@@ -1069,6 +1069,10 @@ export declare const abi: readonly [{
|
|
|
1069
1069
|
readonly internalType: "bool";
|
|
1070
1070
|
readonly name: "isDeployed";
|
|
1071
1071
|
readonly type: "bool";
|
|
1072
|
+
}, {
|
|
1073
|
+
readonly internalType: "uint256";
|
|
1074
|
+
readonly name: "calculatedTransactionsBlockNumber";
|
|
1075
|
+
readonly type: "uint256";
|
|
1072
1076
|
}];
|
|
1073
1077
|
readonly name: "updateMigrationStatusByApp";
|
|
1074
1078
|
readonly outputs: readonly [];
|