From b945197ac35703deccd533c8f179cc7ba2515a9d Mon Sep 17 00:00:00 2001 From: huianyang Date: Mon, 23 Sep 2024 12:38:08 -0700 Subject: [PATCH] ci: trying teztnet rpc --- 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 e9cca8a83f..4e4e846b84 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: 'http://ecad-tezos-quebecanet-rolling-1.i.ecadinfra.com/', + defaultRpc: 'https://rpc.quebecbnet.teztnets.com/', knownContracts: knownContractsPsquebeCa, signerConfig: defaultEphemeralConfig('https://keygen.ecadinfra.com/quebecanet') });