From 6e70499bdd7fd699935a4f4a1e1304a6858f76d5 Mon Sep 17 00:00:00 2001 From: Verin1005 Date: Thu, 31 Oct 2024 14:55:06 +0000 Subject: [PATCH] fix url --- vc-di-tests/integration-tests/assertion_contracts.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vc-di-tests/integration-tests/assertion_contracts.test.ts b/vc-di-tests/integration-tests/assertion_contracts.test.ts index 3bcb5d7..489450d 100644 --- a/vc-di-tests/integration-tests/assertion_contracts.test.ts +++ b/vc-di-tests/integration-tests/assertion_contracts.test.ts @@ -56,7 +56,7 @@ describe('Test Vc (direct request)', function () { let alice: KeyringPair = undefined as any let contractBytecode = undefined as any - const chain = byId['litentry-local'] + const chain = byId['litentry-dev'] const nodeEndpoint = chain.rpcs[0].url const enclaveEndpoint = chain.enclaveRpcs[0].url console.log(`[node] ${nodeEndpoint}`) @@ -224,8 +224,8 @@ describe('Test Vc (direct request)', function () { } } before(async () => { - console.log(`env.PARACHAIN_ENDPOINT: ${env.PARACHAIN_ENDPOINT}`) - console.log(`env.ENCLAVE_ENDPOINT: ${env.ENCLAVE_ENDPOINT}`) + console.log(`nodeEndpoint: ${nodeEndpoint}`) + console.log(`ENCLAVE_ENDPOINT: ${enclaveEndpoint}`) context = await initIntegrationTestContext( nodeEndpoint, enclaveEndpoint