Skip to content

Commit bfaf1cb

Browse files
github-actions[bot]Acala Github Action Bot
andauthored
update snapshots (#250)
Co-authored-by: Acala Github Action Bot <[email protected]>
1 parent 6e8c970 commit bfaf1cb

File tree

8 files changed

+47
-285
lines changed

8 files changed

+47
-285
lines changed

tests/acala/__snapshots__/homa.test.ts.snap

Lines changed: 6 additions & 256 deletions
Original file line numberDiff line numberDiff line change
@@ -406,79 +406,13 @@ exports[`'acala' homa > with specific block > unbond withdraw works > ump 1`] =
406406
]
407407
`;
408408

409-
exports[`'karura' homa > with latest block > Homa redeem unbond works > events 1`] = `
410-
[
411-
{
412-
"data": {
413-
"allowFastMatch": false,
414-
"liquidAmount": 1000000000000,
415-
"redeemer": "rPizfonc8MPuEsMxufAytHjpRW7a2YrXWHKibaJXe9ZtjKx",
416-
},
417-
"method": "RequestedRedeem",
418-
"section": "homa",
419-
},
420-
]
421-
`;
409+
exports[`'karura' homa > with latest block > Homa redeem unbond works > events 1`] = `[]`;
422410

423-
exports[`'karura' homa > with latest block > Homa redeem unbond works > events 2`] = `
424-
[
425-
{
426-
"data": {
427-
"eraIndexWhenUnbond": 100,
428-
"liquidAmount": 1000000000000,
429-
"redeemer": "rPizfonc8MPuEsMxufAytHjpRW7a2YrXWHKibaJXe9ZtjKx",
430-
"unbondingStakingAmount": "(rounded 190000000000)",
431-
},
432-
"method": "RedeemedByUnbond",
433-
"section": "homa",
434-
},
435-
]
436-
`;
411+
exports[`'karura' homa > with latest block > Homa redeem unbond works > events 2`] = `[]`;
437412

438-
exports[`'karura' homa > with latest block > Homa redeem unbond works > system events 1`] = `
439-
[
440-
{
441-
"data": {
442-
"amount": "(rounded 190000000000)",
443-
"stash": "(address)",
444-
},
445-
"method": "Unbonded",
446-
"section": "staking",
447-
},
448-
{
449-
"data": {
450-
"id": "(hash)",
451-
"origin": {
452-
"Ump": {
453-
"Para": 2000,
454-
},
455-
},
456-
"success": true,
457-
"weightUsed": {
458-
"proofSize": "(rounded 16000)",
459-
"refTime": "(rounded 1500000000)",
460-
},
461-
},
462-
"method": "Processed",
463-
"section": "messageQueue",
464-
},
465-
]
466-
`;
413+
exports[`'karura' homa > with latest block > Homa redeem unbond works > system events 1`] = `[]`;
467414

468-
exports[`'karura' homa > with latest block > Homa stake works > events 1`] = `
469-
[
470-
{
471-
"data": {
472-
"liquidAmountAddedToVoid": "(number)",
473-
"liquidAmountReceived": "(number)",
474-
"minter": "rPizfonc8MPuEsMxufAytHjpRW7a2YrXWHKibaJXe9ZtjKx",
475-
"stakingCurrencyAmount": "(number)",
476-
},
477-
"method": "Minted",
478-
"section": "homa",
479-
},
480-
]
481-
`;
415+
exports[`'karura' homa > with latest block > Homa stake works > events 1`] = `[]`;
482416

483417
exports[`'karura' homa > with latest block > Homa stake works > events 2`] = `
484418
[
@@ -492,193 +426,9 @@ exports[`'karura' homa > with latest block > Homa stake works > events 2`] = `
492426
]
493427
`;
494428

495-
exports[`'karura' homa > with latest block > Homa stake works > system events 1`] = `
496-
[
497-
{
498-
"data": {
499-
"id": "(hash)",
500-
"origin": {
501-
"Ump": {
502-
"Para": "(number)",
503-
},
504-
},
505-
"success": true,
506-
"weightUsed": {
507-
"proofSize": "(number)",
508-
"refTime": "(number)",
509-
},
510-
},
511-
"method": "Processed",
512-
"section": "messageQueue",
513-
},
514-
{
515-
"data": {
516-
"amount": "(number)",
517-
"stash": "(address)",
518-
},
519-
"method": "Bonded",
520-
"section": "staking",
521-
},
522-
{
523-
"data": {
524-
"id": "(hash)",
525-
"origin": {
526-
"Ump": {
527-
"Para": "(number)",
528-
},
529-
},
530-
"success": true,
531-
"weightUsed": {
532-
"proofSize": "(number)",
533-
"refTime": "(number)",
534-
},
535-
},
536-
"method": "Processed",
537-
"section": "messageQueue",
538-
},
539-
]
540-
`;
429+
exports[`'karura' homa > with latest block > Homa stake works > system events 1`] = `[]`;
541430

542-
exports[`'karura' homa > with latest block > Homa stake works > ump 1`] = `
543-
[
544-
{
545-
"v4": [
546-
{
547-
"withdrawAsset": [
548-
{
549-
"fun": {
550-
"fungible": "(number)",
551-
},
552-
"id": {
553-
"interior": {
554-
"here": null,
555-
},
556-
"parents": "(number)",
557-
},
558-
},
559-
],
560-
},
561-
{
562-
"clearOrigin": null,
563-
},
564-
{
565-
"buyExecution": {
566-
"fees": {
567-
"fun": {
568-
"fungible": "(number)",
569-
},
570-
"id": {
571-
"interior": {
572-
"here": null,
573-
},
574-
"parents": "(number)",
575-
},
576-
},
577-
"weightLimit": {
578-
"limited": {
579-
"proofSize": "(number)",
580-
"refTime": "(number)",
581-
},
582-
},
583-
},
584-
},
585-
{
586-
"depositAsset": {
587-
"assets": {
588-
"wild": {
589-
"allCounted": "(number)",
590-
},
591-
},
592-
"beneficiary": {
593-
"interior": {
594-
"x1": [
595-
{
596-
"accountId32": {
597-
"id": "(hex)",
598-
"network": null,
599-
},
600-
},
601-
],
602-
},
603-
"parents": "(number)",
604-
},
605-
},
606-
},
607-
],
608-
},
609-
{
610-
"v4": [
611-
{
612-
"withdrawAsset": [
613-
{
614-
"fun": {
615-
"fungible": "(number)",
616-
},
617-
"id": {
618-
"interior": {
619-
"here": null,
620-
},
621-
"parents": "(number)",
622-
},
623-
},
624-
],
625-
},
626-
{
627-
"buyExecution": {
628-
"fees": {
629-
"fun": {
630-
"fungible": "(number)",
631-
},
632-
"id": {
633-
"interior": {
634-
"here": null,
635-
},
636-
"parents": "(number)",
637-
},
638-
},
639-
"weightLimit": {
640-
"unlimited": null,
641-
},
642-
},
643-
},
644-
{
645-
"transact": {
646-
"call": {
647-
"encoded": "(hex)",
648-
},
649-
"originKind": "SovereignAccount",
650-
"requireWeightAtMost": {
651-
"proofSize": "(number)",
652-
"refTime": "(number)",
653-
},
654-
},
655-
},
656-
{
657-
"refundSurplus": null,
658-
},
659-
{
660-
"depositAsset": {
661-
"assets": {
662-
"wild": {
663-
"allCounted": "(number)",
664-
},
665-
},
666-
"beneficiary": {
667-
"interior": {
668-
"x1": [
669-
{
670-
"parachain": "(number)",
671-
},
672-
],
673-
},
674-
"parents": "(number)",
675-
},
676-
},
677-
},
678-
],
679-
},
680-
]
681-
`;
431+
exports[`'karura' homa > with latest block > Homa stake works > ump 1`] = `[]`;
682432

683433
exports[`'karura' homa > with specific block > unbond withdraw works > events 1`] = `
684434
[

tests/acala/__snapshots__/stable-asset.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ exports[`karura stable asset > mint overflow > events 1`] = `
164164
"class": "Normal",
165165
"paysFee": "Yes",
166166
"weight": {
167-
"proofSize": "(rounded 17000)",
168-
"refTime": "(rounded 1300000000)",
167+
"proofSize": "(rounded 20000)",
168+
"refTime": "(rounded 1400000000)",
169169
},
170170
},
171171
},
@@ -214,8 +214,8 @@ exports[`karura stable asset > swap overflow > events 1`] = `
214214
"class": "Normal",
215215
"paysFee": "Yes",
216216
"weight": {
217-
"proofSize": "(rounded 11000)",
218-
"refTime": "(rounded 2900000000)",
217+
"proofSize": "(rounded 15000)",
218+
"refTime": "(rounded 3000000000)",
219219
},
220220
},
221221
},

tests/bridge-sdk/__snapshots__/kusama.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ exports[`'karura' to 'kintsugi' using bridgeSDK cross-chain 'KINT' > Cross-chain
107107
}
108108
`;
109109

110-
exports[`'karura' to 'kintsugi' using bridgeSDK cross-chain 'KINT' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.0002)"`;
110+
exports[`'karura' to 'kintsugi' using bridgeSDK cross-chain 'KINT' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.0003)"`;
111111

112112
exports[`'karura' to 'kintsugi' using bridgeSDK cross-chain 'KINT' > Cross-chain using BridgeSDK works > initial 1`] = `
113113
{
@@ -147,7 +147,7 @@ exports[`'karura' to 'kusama' using bridgeSDK cross-chain 'KSM' > Cross-chain us
147147
}
148148
`;
149149

150-
exports[`'karura' to 'kusama' using bridgeSDK cross-chain 'KSM' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.00009)"`;
150+
exports[`'karura' to 'kusama' using bridgeSDK cross-chain 'KSM' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.0001)"`;
151151

152152
exports[`'karura' to 'kusama' using bridgeSDK cross-chain 'KSM' > Cross-chain using BridgeSDK works > initial 1`] = `
153153
{
@@ -227,7 +227,7 @@ exports[`'kusama' to 'assetHubKusama' using bridgeSDK cross-chain 'KSM' > Cross-
227227
}
228228
`;
229229

230-
exports[`'kusama' to 'assetHubKusama' using bridgeSDK cross-chain 'KSM' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.0001)"`;
230+
exports[`'kusama' to 'assetHubKusama' using bridgeSDK cross-chain 'KSM' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.0002)"`;
231231

232232
exports[`'kusama' to 'assetHubKusama' using bridgeSDK cross-chain 'KSM' > Cross-chain using BridgeSDK works > initial 1`] = `
233233
{

tests/bridge-sdk/__snapshots__/polkadot.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ exports[`'polkadot' to 'assetHubPolkadot' using bridgeSDK cross-chain 'DOT' > Cr
189189
}
190190
`;
191191

192-
exports[`'polkadot' to 'assetHubPolkadot' using bridgeSDK cross-chain 'DOT' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.002)"`;
192+
exports[`'polkadot' to 'assetHubPolkadot' using bridgeSDK cross-chain 'DOT' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.004)"`;
193193

194194
exports[`'polkadot' to 'assetHubPolkadot' using bridgeSDK cross-chain 'DOT' > Cross-chain using BridgeSDK works > initial 1`] = `
195195
{

0 commit comments

Comments
 (0)