difftreelog
fix EREFUSED due to ws://localhost (?)
in: master
1 file changed
tests/src/migrations/correctStateAfterMaintenance.tsdiffbeforeafterboth2233445const WS_ENDPOINT = 'ws://localhost:9944';5const WS_ENDPOINT = 'ws://127.0.0.1:9944';6const DONOR_SEED = '//Alice';6const DONOR_SEED = '//Alice';778export const main = async(options: { wsEndpoint: string; donorSeed: string } = {8export const main = async(options: { wsEndpoint: string; donorSeed: string } = {