Skip to content

Commit 018b6be

Browse files
authored
chore: v0.25.2 dependency updates (#25)
* chore: update dash dep and remove extraneous dep * refactor: use dpp from sdk instead of importing wasm-dpp * chore: update url
1 parent 2d7e1f8 commit 018b6be

File tree

4 files changed

+130
-133
lines changed

4 files changed

+130
-133
lines changed

1-Identities-and-Names/identity-retrieve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// See https://dashplatform.readme.io/docs/tutorial-retrieve-an-identity
1+
// See https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names/retrieve-an-identity.html
22
const Dash = require('dash');
33
const dotenv = require('dotenv');
44
dotenv.config();

1-Identities-and-Names/identity-update-add-key.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// See https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names/update-an-identity.html
22
const Dash = require('dash');
33
const {
4-
IdentityPublicKey,
5-
IdentityPublicKeyWithWitness,
6-
} = require('@dashevo/wasm-dpp');
4+
PlatformProtocol: { IdentityPublicKey, IdentityPublicKeyWithWitness },
5+
} = Dash;
76
const dotenv = require('dotenv');
87
dotenv.config();
98

0 commit comments

Comments
 (0)