git.delta.rocks / unique-network / refs/commits / 2657b807cead

difftreelog

fix EREFUSED due to ws://localhost (?)

Daniel Shiposha2023-09-30parent: #44071b6.patch.diff
in: master

1 file changed

modifiedtests/src/migrations/correctStateAfterMaintenance.tsdiffbeforeafterboth
22
33
44
5const WS_ENDPOINT = 'ws://localhost:9944';5const WS_ENDPOINT = 'ws://127.0.0.1:9944';
6const DONOR_SEED = '//Alice';6const DONOR_SEED = '//Alice';
77
8export const main = async(options: { wsEndpoint: string; donorSeed: string } = {8export const main = async(options: { wsEndpoint: string; donorSeed: string } = {