Skip to content

Commit

Permalink
update smoldot (AcalaNetwork#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci authored and ns212 committed Apr 3, 2023
1 parent 3cd7678 commit 000424e
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 236 deletions.
11 changes: 10 additions & 1 deletion e2e/src/build-block.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ import { setupAll } from './helper'

describe.each([
{ chain: 'Polkadot', endpoint: 'wss://rpc.polkadot.io' },
{ chain: 'Kusama', endpoint: 'wss://kusama.api.onfinality.io/public-ws' },
{ chain: 'Statemint', endpoint: 'wss://statemint-rpc.polkadot.io' },
{ chain: 'Polkadot Collectives', endpoint: 'wss://polkadot-collectives-rpc.polkadot.io' },
{ chain: 'Acala', endpoint: 'wss://acala-rpc-1.aca-api.network' },

{ chain: 'Kusama', endpoint: 'wss://kusama-rpc.polkadot.io' },
{ chain: 'Statemine', endpoint: 'wss://statemine-rpc.polkadot.io' },
{ chain: 'Karura', endpoint: 'wss://karura-rpc-1.aca-api.network' },

{ chain: 'Westend', endpoint: 'wss://westend-rpc.polkadot.io' },
{ chain: 'Westmint', endpoint: 'wss://westmint-rpc.polkadot.io' },
{ chain: 'Westend Collectives', endpoint: 'wss://westend-collectives-rpc.polkadot.io' },
])('Latest $chain can build blocks', async ({ endpoint }) => {
const { setup, teardownAll } = await setupAll({ endpoint })

Expand Down
Loading

0 comments on commit 000424e

Please sign in to comment.