Skip to content

Commit

Permalink
test: updated private rpc url for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Dec 6, 2024
1 parent 38a72f7 commit a46d360
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions integration-tests/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
})
Expand All @@ -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')
});
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a46d360

Please sign in to comment.