Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Oct 31, 2024
1 parent cfdc702 commit 6e70499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vc-di-tests/integration-tests/assertion_contracts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6e70499

Please sign in to comment.