Skip to content

Commit

Permalink
updatred
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwas1 committed Nov 2, 2023
1 parent 9b03b59 commit 43c69ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions src/tests/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 43c69ee

Please sign in to comment.