diff --git a/bouncer/tests/swap_after_temp_disconnecting_chains.ts b/bouncer/tests/swap_after_temp_disconnecting_chains.ts index 78a5b9d04f..4677121dc5 100755 --- a/bouncer/tests/swap_after_temp_disconnecting_chains.ts +++ b/bouncer/tests/swap_after_temp_disconnecting_chains.ts @@ -14,7 +14,7 @@ export const testSwapAfterDisconnection = new ExecutableTest( // Testing a swap after temporarily disconnecting external nodes async function main() { const networkName = 'chainflip-localnet_default'; - const allExternalNodes = ['bitcoin', 'geth', 'polkadot']; + const allExternalNodes = ['bitcoin', 'geth', 'polkadot1']; await Promise.all( allExternalNodes.map((container) => disconnectContainerFromNetwork(container, networkName)),