From d66f3e7f640c51a8271133727bb53ae8331c0310 Mon Sep 17 00:00:00 2001 From: huianyang Date: Mon, 23 Sep 2024 13:56:53 -0700 Subject: [PATCH] ci: updated teztnet url --- 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 4e4e846b84..32e827fe64 100644 --- a/integration-tests/config.ts +++ b/integration-tests/config.ts @@ -145,7 +145,7 @@ const quebecanetEphemeral: Config = defaultConfig({ networkName: 'QUEBECANET', protocol: Protocols.PsquebeCa, - defaultRpc: 'https://rpc.quebecbnet.teztnets.com/', + defaultRpc: 'https://rpc.quebecanet.teztnets.com/', knownContracts: knownContractsPsquebeCa, signerConfig: defaultEphemeralConfig('https://keygen.ecadinfra.com/quebecanet') });