From 1b437535ef63b38fdc89412a2a8cdd405e6813fb Mon Sep 17 00:00:00 2001 From: huianyang Date: Tue, 3 Dec 2024 15:20:26 -0800 Subject: [PATCH] test: correct ghostnet protocol config --- integration-tests/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/config.ts b/integration-tests/config.ts index d8da17957d..8b7d4702c4 100644 --- a/integration-tests/config.ts +++ b/integration-tests/config.ts @@ -156,7 +156,7 @@ const quebecnetEphemeral: Config = const ghostnetEphemeral: Config = defaultConfig({ networkName: 'GHOSTNET', - protocol: Protocols.PtParisBx, + protocol: Protocols.PsParisCZ, defaultRpc: 'http://ecad-tezos-ghostnet-rolling-1.i.ecadinfra.com/', knownContracts: knownContractsPtGhostnet, signerConfig: defaultEphemeralConfig('https://keygen.ecadinfra.com/ghostnet')