Skip to content

Commit

Permalink
change kusama endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Ferrell <charlie@manta.network>
  • Loading branch information
ferrell-code committed Nov 14, 2023
1 parent e94e1fa commit 6f87a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/check_parachain_lease_expiration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Check Parachain_Lease_Expiration', () => {
}).timeout(TEST_TIMEOUT);

it('Check Calamari Parachain Lease', async () => {
const kusamaNode = 'wss://kusama.api.onfinality.io/public-ws';
const kusamaNode = 'wss://kusama-rpc.dwellir.com';
const kusamaApi = await createPromiseApi(kusamaNode);
const calamariParaId = 2084;
const oneDay = 3600 * 24;
Expand Down

0 comments on commit 6f87a36

Please sign in to comment.