From a46d3604b0af92f924aa9478f800d73ff31f7736 Mon Sep 17 00:00:00 2001 From: huianyang Date: Fri, 6 Dec 2024 15:32:38 -0800 Subject: [PATCH] test: updated private rpc url for ci --- .github/workflows/main.yml | 3 +-- integration-tests/config.ts | 6 +++--- package-lock.json | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c29ac49176..8d310e6030 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: include: - testnet: parisnet testnet_uppercase: PARISNET - rpc_url: https://parisnet.ecadinfra.com + rpc_url: https://rpc.pariscnet.teztnets.com/ - testnet: quebecnet testnet_uppercase: QUEBECNET rpc_url: https://rpc.quebecnet.teztnets.com/ @@ -90,5 +90,4 @@ jobs: version: 1.32.2 - run: npm -w integration-tests run test:quebecnet-secret-key env: - TEZOS_RPC_${{ matrix.testnet_uppercase }}: ${{ github.event.pull_request.head.repo.fork && matrix.rpc_url || null }} RUN_${{ matrix.testnet_uppercase }}_WITH_SECRET_KEY: true \ No newline at end of file diff --git a/integration-tests/config.ts b/integration-tests/config.ts index 4e81c38e2f..b3eaff8d2f 100644 --- a/integration-tests/config.ts +++ b/integration-tests/config.ts @@ -145,7 +145,7 @@ const quebecnetEphemeral: Config = defaultConfig({ networkName: 'QUEBECNET', protocol: Protocols.PsQuebecn, - defaultRpc: 'https://rpc.quebecnet.teztnets.com', + defaultRpc: 'http://ecad-tezos-quebecnet-rolling-1.i.ecadinfra.com/', knownContracts: knownContractsPsQuebecn, signerConfig: defaultEphemeralConfig('https://keygen.ecadinfra.com/quebecnet') }) @@ -163,13 +163,13 @@ const ghostnetEphemeral: Config = }); const ghostnetSecretKey: Config = - { ...ghostnetEphemeral, ...{ signerConfig: defaultSecretKey }, ...{ defaultRpc: 'http://ecad-tezos-ghostnet-rolling-1.i.ecadinfra.com/' } }; + { ...ghostnetEphemeral, ...{ signerConfig: defaultSecretKey }, ...{ defaultRpc: 'https://ghostnet.ecadinfra.com' } }; const weeklynetEphemeral: Config = defaultConfig({ networkName: 'WEEKLYNET', protocol: Protocols.ProtoALpha, - defaultRpc: 'https://rpc.weeklynet-2024-11-27.teztnets.com', + defaultRpc: 'https://rpc.weeklynet-2024-12-04.teztnets.com', knownContracts: knownContractsProtoALph, signerConfig: defaultEphemeralConfig('http://key-gen-1.i.tez.ie:3010/mondaynet') }); diff --git a/package-lock.json b/package-lock.json index 8aefa499a5..357b53b751 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,7 +4,6 @@ "requires": true, "packages": { "": { - "name": "taquito", "workspaces": [ "packages/*", "packages/taquito-michel-codec/pack-test-tool",