diff --git a/chopsticks-config.yml b/chopsticks-config.yml index 90435ad7..d9d88141 100644 --- a/chopsticks-config.yml +++ b/chopsticks-config.yml @@ -1,4 +1,4 @@ -endpoint: wss://kusama-rpc.dwellir.com +endpoint: wss://rpc.ibp.network/kusama mock-signature-host: true block: 20487320 db: ./db.sqlite @@ -61,4 +61,4 @@ import-storage: - [[5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY], rank: 7] Voting: [] ParasDisputes: - $removePrefix: ['disputes'] # those can makes block building super slow + # $removePrefix: ['disputes'] # those can makes block building super slow diff --git a/packages/ui/cypress/tests/multisig-creation.cy.ts b/packages/ui/cypress/tests/multisig-creation.cy.ts index c1c7c8d5..c85cdf79 100644 --- a/packages/ui/cypress/tests/multisig-creation.cy.ts +++ b/packages/ui/cypress/tests/multisig-creation.cy.ts @@ -47,7 +47,7 @@ describe('Multisig creation', () => { notifications.loadingNotificationIcon().should('be.visible') notifications.notificationWrapper().should('contain', 'broadcast') - notifications.successNotificationIcon(40000).should('be.visible') + notifications.successNotificationIcon(30000).should('be.visible') notifications.notificationWrapper().should('contain', 'Tx in block') const expectedMultisigAddress = 'D9b1mkwhCwyRMUQZLyyKPdVkiJfFCuyVuWr3EmYAV6ETXkX' multisigPage.accountHeader(10000).within(() => {