From 43c69ee5c6b231449d36b86c4be94922d101f01a Mon Sep 17 00:00:00 2001 From: vishwas1 Date: Thu, 2 Nov 2023 10:49:23 +0530 Subject: [PATCH] updatred --- package.json | 3 ++- src/tests/config.ts | 14 +++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 7b63b8c..93dd4b8 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "@digitalbazaar/ed25519-signature-2020": "^3.0.0", "@digitalbazaar/ed25519-verification-key-2018": "^3.1.2", "@digitalbazaar/ed25519-verification-key-2020": "^3.3.0", + "@iden3/js-jsonld-merklization": "^1.0.2", "@stablelib/ed25519": "^1.0.2", "axios": "^0.19.0", "crypto-ld": "^6.0.0", @@ -38,7 +39,7 @@ "jsonld": "^8.2.0", "jsonld-signatures": "^9.3.1", "jsonwebtoken": "^9.0.1", - "multiformats": "^12.1.3", + "multiformats": "^9.9.0", "node-fetch": "^2.6.1", "protobufjs": "^6.11.2", "uuid": "^8.3.0", diff --git a/src/tests/config.ts b/src/tests/config.ts index 80fec1b..b839b68 100644 --- a/src/tests/config.ts +++ b/src/tests/config.ts @@ -4,16 +4,16 @@ import { HdPath, Slip10RawIndex } from '@cosmjs/crypto'; export const mnemonic = 'verify sustain lumber boat demise parade special soft bargain scout spoil there addict move badge rebuild horn achieve hollow acquire glide bundle curious present'; -export const hidNodeEp = { - rpc: 'https://rpc.jagrat.hypersign.id', - rest: 'https://api.jagrat.hypersign.id', - namespace: 'testnet', -}; // export const hidNodeEp = { -// rpc: 'http://localhost:26657', -// rest: 'http://localhost:1317', +// rpc: 'https://rpc.jagrat.hypersign.id', +// rest: 'https://api.jagrat.hypersign.id', // namespace: 'testnet', // }; +export const hidNodeEp = { + rpc: 'http://localhost:26657', + rest: 'http://localhost:1317', + namespace: 'testnet', +}; export function makeCosmoshubPath(a) { return [ Slip10RawIndex.hardened(44),