@atomiqlabs/chain-starknet 3.0.0-beta.5 → 3.0.0-beta.6
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.
|
@@ -277,7 +277,6 @@ class StarknetSwapData extends base_1.SwapData {
|
|
|
277
277
|
const claimerBounty = (0, Utils_1.toBigInt)({ low: span.shift(), high: span.shift() });
|
|
278
278
|
const hasSuccessAction = (0, Utils_1.toBigInt)(span.shift()) === 0n;
|
|
279
279
|
if (hasSuccessAction) {
|
|
280
|
-
const executionContract = (0, Utils_1.toHex)(span.shift());
|
|
281
280
|
const executionHash = (0, Utils_1.toHex)(span.shift());
|
|
282
281
|
const executionExpiry = (0, Utils_1.toBigInt)(span.shift());
|
|
283
282
|
const executionFee = (0, Utils_1.toBigInt)({ low: span.shift(), high: span.shift() });
|
package/package.json
CHANGED
|
@@ -370,7 +370,6 @@ export class StarknetSwapData extends SwapData {
|
|
|
370
370
|
const claimerBounty = toBigInt({low: span.shift(), high: span.shift()});
|
|
371
371
|
const hasSuccessAction = toBigInt(span.shift()) === 0n;
|
|
372
372
|
if(hasSuccessAction) {
|
|
373
|
-
const executionContract = toHex(span.shift());
|
|
374
373
|
const executionHash = toHex(span.shift());
|
|
375
374
|
const executionExpiry = toBigInt(span.shift());
|
|
376
375
|
const executionFee = toBigInt({low: span.shift(), high: span.shift()});
|