Skip to content

Commit dd316f9

Browse files
authored
add missing snapshot (#245)
1 parent c87c03f commit dd316f9

File tree

2 files changed

+89
-1
lines changed

2 files changed

+89
-1
lines changed

packages/kusama/src/__snapshots__/kusama.staking.e2e.test.ts.snap

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,3 +664,91 @@ exports[`Kusama Staking > trying to nominate with no bonded funds fails > events
664664
},
665665
]
666666
`;
667+
668+
exports[`Kusama Staking > unapplied slash > balances slash events 1`] = `
669+
[
670+
{
671+
"event": {
672+
"data": [
673+
"HNZata7iMYWmk5RvZRTiAsSDhV8366zq2YGb3tLH5Upf74F",
674+
5000000000000,
675+
],
676+
"index": "0x0409",
677+
},
678+
"phase": {
679+
"initialization": null,
680+
},
681+
"topics": [],
682+
},
683+
{
684+
"event": {
685+
"data": [
686+
"FoQJpPyadYccjavVdTWxpxU7rUEaYhfLCPwXgkfD6Zat9QP",
687+
10000000000000,
688+
],
689+
"index": "0x0409",
690+
},
691+
"phase": {
692+
"initialization": null,
693+
},
694+
"topics": [],
695+
},
696+
{
697+
"event": {
698+
"data": [
699+
"Fr4NzY1udSFFLzb2R3qxVQkwz9cZraWkyfH4h3mVVk7BK7P",
700+
10000000000000,
701+
],
702+
"index": "0x0409",
703+
},
704+
"phase": {
705+
"initialization": null,
706+
},
707+
"topics": [],
708+
},
709+
]
710+
`;
711+
712+
exports[`Kusama Staking > unapplied slash > staking slash events 1`] = `
713+
[
714+
{
715+
"event": {
716+
"data": [
717+
"HNZata7iMYWmk5RvZRTiAsSDhV8366zq2YGb3tLH5Upf74F",
718+
5000000000000,
719+
],
720+
"index": "0x0602",
721+
},
722+
"phase": {
723+
"initialization": null,
724+
},
725+
"topics": [],
726+
},
727+
{
728+
"event": {
729+
"data": [
730+
"FoQJpPyadYccjavVdTWxpxU7rUEaYhfLCPwXgkfD6Zat9QP",
731+
10000000000000,
732+
],
733+
"index": "0x0602",
734+
},
735+
"phase": {
736+
"initialization": null,
737+
},
738+
"topics": [],
739+
},
740+
{
741+
"event": {
742+
"data": [
743+
"Fr4NzY1udSFFLzb2R3qxVQkwz9cZraWkyfH4h3mVVk7BK7P",
744+
10000000000000,
745+
],
746+
"index": "0x0602",
747+
},
748+
"phase": {
749+
"initialization": null,
750+
},
751+
"topics": [],
752+
},
753+
]
754+
`;

packages/networks/src/chains/polkadot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const polkadot = defineChain({
3737

3838
export const kusama = defineChain({
3939
name: 'kusama',
40-
endpoint: 'wss://rpc.ibp.network/kusama',
40+
endpoint: 'wss://kusama.dotters.network',
4141
custom: custom.kusama,
4242
initStorages: getInitStorages(),
4343
isRelayChain: true,

0 commit comments

Comments
 (0)