Skip to content

Commit

Permalink
test(scripts): change historical e2e-tests endpoints to parity hosted…
Browse files Browse the repository at this point in the history
… nodes (#1261)
  • Loading branch information
TarikGul committed Apr 12, 2023
1 parent 23f6738 commit bfe2976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ export const historicalE2eConfig: Record<string, IChainConfigE2E> = {
SasStartOpts: defaultSasStartOpts,
},
kusama: {
wsUrl: 'wss://kusama.api.onfinality.io/public-ws',
wsUrl: 'wss://kusama-rpc.polkadot.io',
e2eStartOpts: {
...defaultJestOpts,
args: ['start:historical-e2e-tests', '--chain', 'kusama'],
},
SasStartOpts: defaultSasStartOpts,
},
westend: {
wsUrl: 'wss://westend.api.onfinality.io/public-ws',
wsUrl: 'wss://westend-rpc.polkadot.io',
e2eStartOpts: {
...defaultJestOpts,
args: ['start:historical-e2e-tests', '--chain', 'westend'],
},
SasStartOpts: defaultSasStartOpts,
},
statemine: {
wsUrl: 'wss://statemine.api.onfinality.io/public-ws',
wsUrl: 'wss://statemine-rpc.polkadot.io',
e2eStartOpts: {
...defaultJestOpts,
args: ['start:historical-e2e-tests', '--chain', 'statemine'],
Expand Down

0 comments on commit bfe2976

Please sign in to comment.