From 0288f4e74f55e669719fa06d2ed0717da64c0c96 Mon Sep 17 00:00:00 2001 From: Muhammad Talha <13951043+TalhaMaliktz@users.noreply.github.com> Date: Tue, 6 Jun 2023 16:37:39 +0500 Subject: [PATCH 1/2] Update tokenID and passphrase in code --- tutorials/hello/hello_frontend/src/components/faucet.js | 4 ++-- .../hello/hello_frontend/src/components/getAccountDetails.js | 4 ++-- tutorials/hello/hello_frontend/src/components/transfer.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tutorials/hello/hello_frontend/src/components/faucet.js b/tutorials/hello/hello_frontend/src/components/faucet.js index 8e0f28457..06a69033f 100644 --- a/tutorials/hello/hello_frontend/src/components/faucet.js +++ b/tutorials/hello/hello_frontend/src/components/faucet.js @@ -26,7 +26,7 @@ function Faucet() { event.preventDefault(); const client = await api.getClient(); - const passphrase = "pet simple hour myth sing tattoo demand whale pride craft already actress purse awake advance frequent enroll oxygen enhance resemble arrow accident wave tuna"; + const passphrase = "mention adjust identify fatal execute road hurt seminar artist happy agree village whale govern monkey yard fluid amount sure enlist cabbage fold genius example"; const privateKey = await cryptography.ed.getPrivateKeyFromPhraseAndPath(passphrase, "m/44'/134'/0'"); let responseError = ''; @@ -35,7 +35,7 @@ function Faucet() { command: 'transfer', fee: BigInt(transactions.convertLSKToBeddows('0.1')), params: { - tokenID: Buffer.from('0000000000000000', 'hex'), + tokenID: Buffer.from('0000000100000000', 'hex'), amount: BigInt(transactions.convertLSKToBeddows('10')), recipientAddress: state.address, data: 'Please accept this grant from Lisk faucet.' diff --git a/tutorials/hello/hello_frontend/src/components/getAccountDetails.js b/tutorials/hello/hello_frontend/src/components/getAccountDetails.js index 8fd39ee4c..01c4bf926 100644 --- a/tutorials/hello/hello_frontend/src/components/getAccountDetails.js +++ b/tutorials/hello/hello_frontend/src/components/getAccountDetails.js @@ -32,7 +32,7 @@ function GetAccountDetails() { // Retrieves the account details from the blockchain application, based on the address provided. await client.invoke("token_getBalance", { address: state.address, - tokenID: "0000000000000000" + tokenID: "0000000100000000" }).then(async response => { if (typeof response.error !== 'undefined') { responseError = response.error.message @@ -40,7 +40,7 @@ function GetAccountDetails() { accountBalance = response; const authDetails = await client.invoke("auth_getAuthAccount", { address: state.address, - tokenID: "0000000000000000" + tokenID: "0000000100000000" }); authenticationDetails = authDetails; } diff --git a/tutorials/hello/hello_frontend/src/components/transfer.js b/tutorials/hello/hello_frontend/src/components/transfer.js index 9313a4da6..0820c8b5d 100644 --- a/tutorials/hello/hello_frontend/src/components/transfer.js +++ b/tutorials/hello/hello_frontend/src/components/transfer.js @@ -38,7 +38,7 @@ function Transfer() { command: 'transfer', fee: BigInt(transactions.convertLSKToBeddows(state.fee)), params: { - tokenID: Buffer.from('0000000000000000', 'hex'), + tokenID: Buffer.from('0000000100000000', 'hex'), amount: BigInt(transactions.convertLSKToBeddows(state.amount)), recipientAddress: state.address, data: 'Hey! I am sending you tokens. Enjoy!' From 7b8a974b7801d67ca1a84fa2758397c3e6bbdd87 Mon Sep 17 00:00:00 2001 From: Muhammad Talha <13951043+TalhaMaliktz@users.noreply.github.com> Date: Tue, 6 Jun 2023 17:14:39 +0500 Subject: [PATCH 2/2] Update hello_frontend to beta.1 --- .../hello/hello_frontend/package-lock.json | 290 +++++++++--------- tutorials/hello/hello_frontend/package.json | 4 +- 2 files changed, 147 insertions(+), 147 deletions(-) diff --git a/tutorials/hello/hello_frontend/package-lock.json b/tutorials/hello/hello_frontend/package-lock.json index ce7788912..091e4c462 100644 --- a/tutorials/hello/hello_frontend/package-lock.json +++ b/tutorials/hello/hello_frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "hello_frontend", "version": "0.1.0", "dependencies": { - "@liskhq/lisk-client": "^6.0.0-alpha.14", + "@liskhq/lisk-client": "^6.0.0-beta.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", @@ -3180,14 +3180,14 @@ "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" }, "node_modules/@liskhq/lisk-api-client": { - "version": "6.0.0-alpha.14", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-api-client/-/lisk-api-client-6.0.0-alpha.14.tgz", - "integrity": "sha512-zRk9MLFwcfIbmpkPydh0+fvLaGYIkJomIsgsFndBPq8wqK2h8FEE2EjtMoCwuEaLTNItqsJnvnnNGn9OSvUcdw==", - "dependencies": { - "@liskhq/lisk-codec": "^0.3.0-alpha.7", - "@liskhq/lisk-cryptography": "^4.0.0-alpha.6", - "@liskhq/lisk-transactions": "^6.0.0-alpha.10", - "@liskhq/lisk-validator": "^0.7.0-alpha.6", + "version": "6.0.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-api-client/-/lisk-api-client-6.0.0-beta.1.tgz", + "integrity": "sha512-pNTm54DEez42ddv764grf4r8x72wjQIkkSICtYeUmdSwhUeN/lYKEjYgq43Io4QER/8uM4rwrOXLVksR9CRoUQ==", + "dependencies": { + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-transactions": "^6.0.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1", "isomorphic-ws": "4.0.1", "ws": "8.11.0", "zeromq": "6.0.0-beta.6" @@ -3198,18 +3198,18 @@ } }, "node_modules/@liskhq/lisk-client": { - "version": "6.0.0-alpha.14", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-client/-/lisk-client-6.0.0-alpha.14.tgz", - "integrity": "sha512-1cQH5nGg7TOP/rTws4SHLnhBxwxLwBkoRRWgMiiU1EPcKyjtCSODrfeujHyvUvCTXLe4m8UAy2fAIFYMrf6w9g==", - "dependencies": { - "@liskhq/lisk-api-client": "^6.0.0-alpha.14", - "@liskhq/lisk-codec": "^0.3.0-alpha.7", - "@liskhq/lisk-cryptography": "^4.0.0-alpha.6", - "@liskhq/lisk-passphrase": "^4.0.0-alpha.2", - "@liskhq/lisk-transactions": "^6.0.0-alpha.10", - "@liskhq/lisk-tree": "^0.3.0-alpha.8", - "@liskhq/lisk-utils": "^0.3.0-alpha.3", - "@liskhq/lisk-validator": "^0.7.0-alpha.6", + "version": "6.0.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-client/-/lisk-client-6.0.0-beta.1.tgz", + "integrity": "sha512-/V/ezT6oVSSA2YSyRrm/TlPrfc5Fmu0IvghB5N/0/ewg2WeN7hpX5QAVxUX9l4yXs0BbipViwj33csV1Xuf4Gg==", + "dependencies": { + "@liskhq/lisk-api-client": "^6.0.0-beta.1", + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-passphrase": "^4.0.0-beta.1", + "@liskhq/lisk-transactions": "^6.0.0-beta.1", + "@liskhq/lisk-tree": "^0.3.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1", "buffer": "6.0.3" }, "engines": { @@ -3218,13 +3218,13 @@ } }, "node_modules/@liskhq/lisk-codec": { - "version": "0.3.0-alpha.7", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-codec/-/lisk-codec-0.3.0-alpha.7.tgz", - "integrity": "sha512-YK+YSFaf83o0DgO/6RNjI/3nu5Pqyu6WR1N0rk4FDHw8Ycu1hvpNVJiSZ354Xhs04dJJaEMadxIwHgiHKqO2Hg==", + "version": "0.3.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-codec/-/lisk-codec-0.3.0-beta.1.tgz", + "integrity": "sha512-j3Gn5+z2uLOC+T34/Ycm7AfqNK5YkwLkBB/ZX+MZp0U/pidsWOMYCbHaEQScXWUv0BgZdCECGuzzMwXGzHvPfg==", "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-alpha.6", - "@liskhq/lisk-utils": "^0.3.0-alpha.3", - "@liskhq/lisk-validator": "^0.7.0-alpha.6" + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1" }, "engines": { "node": ">=16.14.1 <=16", @@ -3232,11 +3232,11 @@ } }, "node_modules/@liskhq/lisk-cryptography": { - "version": "4.0.0-alpha.6", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-cryptography/-/lisk-cryptography-4.0.0-alpha.6.tgz", - "integrity": "sha512-gvRdf4w+bTS6r0LDpMJkC1BEHnHe1HUvRp84nurgck1xGOuNbz5rA4njJihf+QEEfWOu3F7lDy4fCUoYh3ln6w==", + "version": "4.0.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-cryptography/-/lisk-cryptography-4.0.0-beta.1.tgz", + "integrity": "sha512-bmLAKLRRBhidWSMA9OS/Q365c78PupoAQgqVqzfRYlGKw8AsZSf9iAknMeDt2a/5M8NcYdU4FiKxtJZdzA3LEw==", "dependencies": { - "@liskhq/lisk-passphrase": "^4.0.0-alpha.2", + "@liskhq/lisk-passphrase": "^4.0.0-beta.1", "buffer-reverse": "1.0.1", "ed2curve": "0.3.0", "hash-wasm": "4.9.0", @@ -3261,9 +3261,9 @@ } }, "node_modules/@liskhq/lisk-passphrase": { - "version": "4.0.0-alpha.2", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-passphrase/-/lisk-passphrase-4.0.0-alpha.2.tgz", - "integrity": "sha512-CbbMOi3u3pwwl0au8/jmTad81LEyL0lhuDZbbvE6OE3MXJiku7HfoDpyvjjEYZciD0/ocJ5HQNBkqA+bds11pg==", + "version": "4.0.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-passphrase/-/lisk-passphrase-4.0.0-beta.1.tgz", + "integrity": "sha512-+Cqw4Nq5ETRIMc8jLl4IMhiQ2bunnt9gNLnUrCJ6pwYX4MD8GHvy/C/pQ+n3AxAIEhHveqoTTk+HqROMIuJlpw==", "dependencies": { "bip39": "3.0.3" }, @@ -3273,13 +3273,13 @@ } }, "node_modules/@liskhq/lisk-transactions": { - "version": "6.0.0-alpha.10", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-transactions/-/lisk-transactions-6.0.0-alpha.10.tgz", - "integrity": "sha512-udheIcWP7bWXLRiSYMkbbSW8bAxpSWK9qwtFLpwVA+U7u2n/RU6fzJU3JqUno9PC+WLkQQbsjiskKTbdtC0FVw==", + "version": "6.0.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-transactions/-/lisk-transactions-6.0.0-beta.1.tgz", + "integrity": "sha512-6M4lveS39KBnGjencYsxKGyYgwMrvQTwjWsmAz+f93aUN6RSNnkj5phNBqom4aFvo8DewqEk4icCRX5oDbY61A==", "dependencies": { - "@liskhq/lisk-codec": "^0.3.0-alpha.7", - "@liskhq/lisk-cryptography": "^4.0.0-alpha.6", - "@liskhq/lisk-validator": "^0.7.0-alpha.6" + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1" }, "engines": { "node": ">=16.14.1 <=16", @@ -3287,12 +3287,12 @@ } }, "node_modules/@liskhq/lisk-tree": { - "version": "0.3.0-alpha.8", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-tree/-/lisk-tree-0.3.0-alpha.8.tgz", - "integrity": "sha512-f/PDu1Cfl8gxAkZCpN2WHnRAfD54LbKnNziBfKIfzHZI2UcRaf0mI39Yh3YkH1uNQNXwSYnOIJfxDmMmhdu5kQ==", + "version": "0.3.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-tree/-/lisk-tree-0.3.0-beta.1.tgz", + "integrity": "sha512-k2D04J5cwRgkLYkUK9UG8nzGgSMUVaTR3fTaE1Zfn/4iVdNcmQImYyKzL7dVs84Bw0KVzaWvuXS7aZX96Z4GUg==", "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-alpha.6", - "@liskhq/lisk-utils": "^0.3.0-alpha.3" + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1" }, "engines": { "node": ">=16.14.1 <=16", @@ -3300,9 +3300,9 @@ } }, "node_modules/@liskhq/lisk-utils": { - "version": "0.3.0-alpha.3", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-utils/-/lisk-utils-0.3.0-alpha.3.tgz", - "integrity": "sha512-wil+SaEoFeelQg8xfAvcvyZoFcSz/2NYvlYbB00Zm8qopEcMl7EvaT9bEDc/9kM2EzGmyeMdod62JGIkIiBohw==", + "version": "0.3.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-utils/-/lisk-utils-0.3.0-beta.1.tgz", + "integrity": "sha512-aMJBOQWoLkTZjO53xjYWIK1AgTgLLxdV7IQYHdGAx+pcOw3YerISMJ1qz7IKj37bF48YmdvddfnGbSrtywFrng==", "dependencies": { "lodash.clonedeep": "4.5.0" }, @@ -3312,11 +3312,11 @@ } }, "node_modules/@liskhq/lisk-validator": { - "version": "0.7.0-alpha.6", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-validator/-/lisk-validator-0.7.0-alpha.6.tgz", - "integrity": "sha512-l+OmCMNx7/ACIn1/U5PgXTa4LyEDL+q80Xq+5e9p/uxuy5noJhEFUtDqttPsLOtqjUYZWGq/pzSdGuQSNrbokg==", + "version": "0.7.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-validator/-/lisk-validator-0.7.0-beta.1.tgz", + "integrity": "sha512-On1jh9qlliB0wvQNdlT0qFZBsDxH/+nZKC/B2z+YXtjC0Bb1/GuRdAgof4qt14c1tIpYQ71iQrX8GH7WIb3Myw==", "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-alpha.6", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", "ajv": "8.1.0", "ajv-formats": "2.1.1", "debug": "4.3.4", @@ -5343,7 +5343,7 @@ }, "node_modules/bip39": { "version": "3.0.3", - "resolved": "https://npm.lisk.com/bip39/-/bip39-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/bip39/-/bip39-3.0.3.tgz", "integrity": "sha512-P0dKrz4g0V0BjXfx7d9QNkJ/Txcz/k+hM9TnjqjUaXtuOfAvxXSw2rJw8DX0e3ZPwnK/IgDxoRqf0bvoVCqbMg==", "dependencies": { "@types/node": "11.11.6", @@ -5518,8 +5518,8 @@ }, "node_modules/buffer-reverse": { "version": "1.0.1", - "resolved": "https://npm.lisk.com/buffer-reverse/-/buffer-reverse-1.0.1.tgz", - "integrity": "sha1-SSg8jvpvkBvAH6MwTQYCeXGuL2A=" + "resolved": "https://registry.npmjs.org/buffer-reverse/-/buffer-reverse-1.0.1.tgz", + "integrity": "sha512-M87YIUBsZ6N924W57vDwT/aOu8hw7ZgdByz6ijksLjmHJELBASmYTTlNHRgjE+pTsT9oJXGaDSgqqwfdHotDUg==" }, "node_modules/builtin-modules": { "version": "3.3.0", @@ -5711,7 +5711,7 @@ }, "node_modules/cipher-base": { "version": "1.0.4", - "resolved": "https://npm.lisk.com/cipher-base/-/cipher-base-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", "dependencies": { "inherits": "^2.0.1", @@ -6069,7 +6069,7 @@ }, "node_modules/create-hash": { "version": "1.2.0", - "resolved": "https://npm.lisk.com/create-hash/-/create-hash-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "dependencies": { "cipher-base": "^1.0.1", @@ -6081,7 +6081,7 @@ }, "node_modules/create-hmac": { "version": "1.1.7", - "resolved": "https://npm.lisk.com/create-hmac/-/create-hmac-1.1.7.tgz", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "dependencies": { "cipher-base": "^1.0.3", @@ -6874,7 +6874,7 @@ }, "node_modules/ed2curve": { "version": "0.3.0", - "resolved": "https://npm.lisk.com/ed2curve/-/ed2curve-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/ed2curve/-/ed2curve-0.3.0.tgz", "integrity": "sha512-8w2fmmq3hv9rCrcI7g9hms2pMunQr1JINfcjwR9tAyZqhtyaMN991lF/ZfHfr5tzZQ8c7y7aBgZbjfbd0fjFwQ==", "dependencies": { "tweetnacl": "1.x.x" @@ -8707,7 +8707,7 @@ }, "node_modules/hash-base": { "version": "3.1.0", - "resolved": "https://npm.lisk.com/hash-base/-/hash-base-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", "dependencies": { "inherits": "^2.0.4", @@ -8720,7 +8720,7 @@ }, "node_modules/hash-wasm": { "version": "4.9.0", - "resolved": "https://npm.lisk.com/hash-wasm/-/hash-wasm-4.9.0.tgz", + "resolved": "https://registry.npmjs.org/hash-wasm/-/hash-wasm-4.9.0.tgz", "integrity": "sha512-7SW7ejyfnRxuOc7ptQHSf4LDoZaWOivfzqw+5rpcQku0nHfmicPKE51ra9BiRLAmT8+gGLestr1XroUkqdjL6w==" }, "node_modules/he": { @@ -9527,7 +9527,7 @@ }, "node_modules/isomorphic-ws": { "version": "4.0.1", - "resolved": "https://npm.lisk.com/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz", "integrity": "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==", "peerDependencies": { "ws": "*" @@ -11758,8 +11758,8 @@ }, "node_modules/lodash.clonedeep": { "version": "4.5.0", - "resolved": "https://npm.lisk.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=" + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==" }, "node_modules/lodash.debounce": { "version": "4.0.8", @@ -11861,7 +11861,7 @@ }, "node_modules/md5.js": { "version": "1.3.5", - "resolved": "https://npm.lisk.com/md5.js/-/md5.js-1.3.5.tgz", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", "dependencies": { "hash-base": "^3.0.0", @@ -12144,7 +12144,7 @@ }, "node_modules/node-gyp-build": { "version": "4.6.0", - "resolved": "https://npm.lisk.com/node-gyp-build/-/node-gyp-build-4.6.0.tgz", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz", "integrity": "sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==", "bin": { "node-gyp-build": "bin.js", @@ -12583,7 +12583,7 @@ }, "node_modules/pbkdf2": { "version": "3.1.2", - "resolved": "https://npm.lisk.com/pbkdf2/-/pbkdf2-3.1.2.tgz", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", "dependencies": { "create-hash": "^1.1.2", @@ -14710,7 +14710,7 @@ }, "node_modules/ripemd160": { "version": "2.0.2", - "resolved": "https://npm.lisk.com/ripemd160/-/ripemd160-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", "dependencies": { "hash-base": "^3.0.0", @@ -15154,7 +15154,7 @@ }, "node_modules/sha.js": { "version": "2.4.11", - "resolved": "https://npm.lisk.com/sha.js/-/sha.js-2.4.11.tgz", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "dependencies": { "inherits": "^2.0.1", @@ -16063,7 +16063,7 @@ }, "node_modules/tweetnacl": { "version": "1.0.3", - "resolved": "https://npm.lisk.com/tweetnacl/-/tweetnacl-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz", "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" }, "node_modules/type-check": { @@ -16330,7 +16330,7 @@ }, "node_modules/validator": { "version": "13.7.0", - "resolved": "https://npm.lisk.com/validator/-/validator-13.7.0.tgz", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.7.0.tgz", "integrity": "sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==", "engines": { "node": ">= 0.10" @@ -16338,7 +16338,7 @@ }, "node_modules/varuint-bitcoin": { "version": "1.1.2", - "resolved": "https://npm.lisk.com/varuint-bitcoin/-/varuint-bitcoin-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/varuint-bitcoin/-/varuint-bitcoin-1.1.2.tgz", "integrity": "sha512-4EVb+w4rx+YfVM32HQX42AbbT7/1f5zwAYhIujKXKk8NQK+JfRVl3pqT3hjNn/L+RstigmGGKVwHA/P0wgITZw==", "dependencies": { "safe-buffer": "^5.1.1" @@ -17233,7 +17233,7 @@ }, "node_modules/zeromq": { "version": "6.0.0-beta.6", - "resolved": "https://npm.lisk.com/zeromq/-/zeromq-6.0.0-beta.6.tgz", + "resolved": "https://registry.npmjs.org/zeromq/-/zeromq-6.0.0-beta.6.tgz", "integrity": "sha512-wLf6M7pBHijl+BRltUL2VoDpgbQcOZetiX8UzycHL8CcYFxYnRrpoG5fi3UX3+Umavz1lk4/dGaQez8qiDgr/Q==", "hasInstallScript": true, "dependencies": { @@ -19456,51 +19456,51 @@ "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" }, "@liskhq/lisk-api-client": { - "version": "6.0.0-alpha.14", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-api-client/-/lisk-api-client-6.0.0-alpha.14.tgz", - "integrity": "sha512-zRk9MLFwcfIbmpkPydh0+fvLaGYIkJomIsgsFndBPq8wqK2h8FEE2EjtMoCwuEaLTNItqsJnvnnNGn9OSvUcdw==", - "requires": { - "@liskhq/lisk-codec": "^0.3.0-alpha.7", - "@liskhq/lisk-cryptography": "^4.0.0-alpha.6", - "@liskhq/lisk-transactions": "^6.0.0-alpha.10", - "@liskhq/lisk-validator": "^0.7.0-alpha.6", + "version": "6.0.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-api-client/-/lisk-api-client-6.0.0-beta.1.tgz", + "integrity": "sha512-pNTm54DEez42ddv764grf4r8x72wjQIkkSICtYeUmdSwhUeN/lYKEjYgq43Io4QER/8uM4rwrOXLVksR9CRoUQ==", + "requires": { + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-transactions": "^6.0.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1", "isomorphic-ws": "4.0.1", "ws": "8.11.0", "zeromq": "6.0.0-beta.6" } }, "@liskhq/lisk-client": { - "version": "6.0.0-alpha.14", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-client/-/lisk-client-6.0.0-alpha.14.tgz", - "integrity": "sha512-1cQH5nGg7TOP/rTws4SHLnhBxwxLwBkoRRWgMiiU1EPcKyjtCSODrfeujHyvUvCTXLe4m8UAy2fAIFYMrf6w9g==", - "requires": { - "@liskhq/lisk-api-client": "^6.0.0-alpha.14", - "@liskhq/lisk-codec": "^0.3.0-alpha.7", - "@liskhq/lisk-cryptography": "^4.0.0-alpha.6", - "@liskhq/lisk-passphrase": "^4.0.0-alpha.2", - "@liskhq/lisk-transactions": "^6.0.0-alpha.10", - "@liskhq/lisk-tree": "^0.3.0-alpha.8", - "@liskhq/lisk-utils": "^0.3.0-alpha.3", - "@liskhq/lisk-validator": "^0.7.0-alpha.6", + "version": "6.0.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-client/-/lisk-client-6.0.0-beta.1.tgz", + "integrity": "sha512-/V/ezT6oVSSA2YSyRrm/TlPrfc5Fmu0IvghB5N/0/ewg2WeN7hpX5QAVxUX9l4yXs0BbipViwj33csV1Xuf4Gg==", + "requires": { + "@liskhq/lisk-api-client": "^6.0.0-beta.1", + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-passphrase": "^4.0.0-beta.1", + "@liskhq/lisk-transactions": "^6.0.0-beta.1", + "@liskhq/lisk-tree": "^0.3.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1", "buffer": "6.0.3" } }, "@liskhq/lisk-codec": { - "version": "0.3.0-alpha.7", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-codec/-/lisk-codec-0.3.0-alpha.7.tgz", - "integrity": "sha512-YK+YSFaf83o0DgO/6RNjI/3nu5Pqyu6WR1N0rk4FDHw8Ycu1hvpNVJiSZ354Xhs04dJJaEMadxIwHgiHKqO2Hg==", + "version": "0.3.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-codec/-/lisk-codec-0.3.0-beta.1.tgz", + "integrity": "sha512-j3Gn5+z2uLOC+T34/Ycm7AfqNK5YkwLkBB/ZX+MZp0U/pidsWOMYCbHaEQScXWUv0BgZdCECGuzzMwXGzHvPfg==", "requires": { - "@liskhq/lisk-cryptography": "^4.0.0-alpha.6", - "@liskhq/lisk-utils": "^0.3.0-alpha.3", - "@liskhq/lisk-validator": "^0.7.0-alpha.6" + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1" } }, "@liskhq/lisk-cryptography": { - "version": "4.0.0-alpha.6", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-cryptography/-/lisk-cryptography-4.0.0-alpha.6.tgz", - "integrity": "sha512-gvRdf4w+bTS6r0LDpMJkC1BEHnHe1HUvRp84nurgck1xGOuNbz5rA4njJihf+QEEfWOu3F7lDy4fCUoYh3ln6w==", + "version": "4.0.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-cryptography/-/lisk-cryptography-4.0.0-beta.1.tgz", + "integrity": "sha512-bmLAKLRRBhidWSMA9OS/Q365c78PupoAQgqVqzfRYlGKw8AsZSf9iAknMeDt2a/5M8NcYdU4FiKxtJZdzA3LEw==", "requires": { - "@liskhq/lisk-passphrase": "^4.0.0-alpha.2", + "@liskhq/lisk-passphrase": "^4.0.0-beta.1", "buffer-reverse": "1.0.1", "ed2curve": "0.3.0", "hash-wasm": "4.9.0", @@ -19509,46 +19509,46 @@ } }, "@liskhq/lisk-passphrase": { - "version": "4.0.0-alpha.2", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-passphrase/-/lisk-passphrase-4.0.0-alpha.2.tgz", - "integrity": "sha512-CbbMOi3u3pwwl0au8/jmTad81LEyL0lhuDZbbvE6OE3MXJiku7HfoDpyvjjEYZciD0/ocJ5HQNBkqA+bds11pg==", + "version": "4.0.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-passphrase/-/lisk-passphrase-4.0.0-beta.1.tgz", + "integrity": "sha512-+Cqw4Nq5ETRIMc8jLl4IMhiQ2bunnt9gNLnUrCJ6pwYX4MD8GHvy/C/pQ+n3AxAIEhHveqoTTk+HqROMIuJlpw==", "requires": { "bip39": "3.0.3" } }, "@liskhq/lisk-transactions": { - "version": "6.0.0-alpha.10", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-transactions/-/lisk-transactions-6.0.0-alpha.10.tgz", - "integrity": "sha512-udheIcWP7bWXLRiSYMkbbSW8bAxpSWK9qwtFLpwVA+U7u2n/RU6fzJU3JqUno9PC+WLkQQbsjiskKTbdtC0FVw==", + "version": "6.0.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-transactions/-/lisk-transactions-6.0.0-beta.1.tgz", + "integrity": "sha512-6M4lveS39KBnGjencYsxKGyYgwMrvQTwjWsmAz+f93aUN6RSNnkj5phNBqom4aFvo8DewqEk4icCRX5oDbY61A==", "requires": { - "@liskhq/lisk-codec": "^0.3.0-alpha.7", - "@liskhq/lisk-cryptography": "^4.0.0-alpha.6", - "@liskhq/lisk-validator": "^0.7.0-alpha.6" + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1" } }, "@liskhq/lisk-tree": { - "version": "0.3.0-alpha.8", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-tree/-/lisk-tree-0.3.0-alpha.8.tgz", - "integrity": "sha512-f/PDu1Cfl8gxAkZCpN2WHnRAfD54LbKnNziBfKIfzHZI2UcRaf0mI39Yh3YkH1uNQNXwSYnOIJfxDmMmhdu5kQ==", + "version": "0.3.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-tree/-/lisk-tree-0.3.0-beta.1.tgz", + "integrity": "sha512-k2D04J5cwRgkLYkUK9UG8nzGgSMUVaTR3fTaE1Zfn/4iVdNcmQImYyKzL7dVs84Bw0KVzaWvuXS7aZX96Z4GUg==", "requires": { - "@liskhq/lisk-cryptography": "^4.0.0-alpha.6", - "@liskhq/lisk-utils": "^0.3.0-alpha.3" + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1" } }, "@liskhq/lisk-utils": { - "version": "0.3.0-alpha.3", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-utils/-/lisk-utils-0.3.0-alpha.3.tgz", - "integrity": "sha512-wil+SaEoFeelQg8xfAvcvyZoFcSz/2NYvlYbB00Zm8qopEcMl7EvaT9bEDc/9kM2EzGmyeMdod62JGIkIiBohw==", + "version": "0.3.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-utils/-/lisk-utils-0.3.0-beta.1.tgz", + "integrity": "sha512-aMJBOQWoLkTZjO53xjYWIK1AgTgLLxdV7IQYHdGAx+pcOw3YerISMJ1qz7IKj37bF48YmdvddfnGbSrtywFrng==", "requires": { "lodash.clonedeep": "4.5.0" } }, "@liskhq/lisk-validator": { - "version": "0.7.0-alpha.6", - "resolved": "https://npm.lisk.com/@liskhq%2flisk-validator/-/lisk-validator-0.7.0-alpha.6.tgz", - "integrity": "sha512-l+OmCMNx7/ACIn1/U5PgXTa4LyEDL+q80Xq+5e9p/uxuy5noJhEFUtDqttPsLOtqjUYZWGq/pzSdGuQSNrbokg==", + "version": "0.7.0-beta.1", + "resolved": "https://registry.npmjs.org/@liskhq/lisk-validator/-/lisk-validator-0.7.0-beta.1.tgz", + "integrity": "sha512-On1jh9qlliB0wvQNdlT0qFZBsDxH/+nZKC/B2z+YXtjC0Bb1/GuRdAgof4qt14c1tIpYQ71iQrX8GH7WIb3Myw==", "requires": { - "@liskhq/lisk-cryptography": "^4.0.0-alpha.6", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", "ajv": "8.1.0", "ajv-formats": "2.1.1", "debug": "4.3.4", @@ -21045,7 +21045,7 @@ }, "bip39": { "version": "3.0.3", - "resolved": "https://npm.lisk.com/bip39/-/bip39-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/bip39/-/bip39-3.0.3.tgz", "integrity": "sha512-P0dKrz4g0V0BjXfx7d9QNkJ/Txcz/k+hM9TnjqjUaXtuOfAvxXSw2rJw8DX0e3ZPwnK/IgDxoRqf0bvoVCqbMg==", "requires": { "@types/node": "11.11.6", @@ -21179,8 +21179,8 @@ }, "buffer-reverse": { "version": "1.0.1", - "resolved": "https://npm.lisk.com/buffer-reverse/-/buffer-reverse-1.0.1.tgz", - "integrity": "sha1-SSg8jvpvkBvAH6MwTQYCeXGuL2A=" + "resolved": "https://registry.npmjs.org/buffer-reverse/-/buffer-reverse-1.0.1.tgz", + "integrity": "sha512-M87YIUBsZ6N924W57vDwT/aOu8hw7ZgdByz6ijksLjmHJELBASmYTTlNHRgjE+pTsT9oJXGaDSgqqwfdHotDUg==" }, "builtin-modules": { "version": "3.3.0", @@ -21302,7 +21302,7 @@ }, "cipher-base": { "version": "1.0.4", - "resolved": "https://npm.lisk.com/cipher-base/-/cipher-base-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", "requires": { "inherits": "^2.0.1", @@ -21588,7 +21588,7 @@ }, "create-hash": { "version": "1.2.0", - "resolved": "https://npm.lisk.com/create-hash/-/create-hash-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "requires": { "cipher-base": "^1.0.1", @@ -21600,7 +21600,7 @@ }, "create-hmac": { "version": "1.1.7", - "resolved": "https://npm.lisk.com/create-hmac/-/create-hmac-1.1.7.tgz", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "requires": { "cipher-base": "^1.0.3", @@ -22162,7 +22162,7 @@ }, "ed2curve": { "version": "0.3.0", - "resolved": "https://npm.lisk.com/ed2curve/-/ed2curve-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/ed2curve/-/ed2curve-0.3.0.tgz", "integrity": "sha512-8w2fmmq3hv9rCrcI7g9hms2pMunQr1JINfcjwR9tAyZqhtyaMN991lF/ZfHfr5tzZQ8c7y7aBgZbjfbd0fjFwQ==", "requires": { "tweetnacl": "1.x.x" @@ -23502,7 +23502,7 @@ }, "hash-base": { "version": "3.1.0", - "resolved": "https://npm.lisk.com/hash-base/-/hash-base-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", "requires": { "inherits": "^2.0.4", @@ -23512,7 +23512,7 @@ }, "hash-wasm": { "version": "4.9.0", - "resolved": "https://npm.lisk.com/hash-wasm/-/hash-wasm-4.9.0.tgz", + "resolved": "https://registry.npmjs.org/hash-wasm/-/hash-wasm-4.9.0.tgz", "integrity": "sha512-7SW7ejyfnRxuOc7ptQHSf4LDoZaWOivfzqw+5rpcQku0nHfmicPKE51ra9BiRLAmT8+gGLestr1XroUkqdjL6w==" }, "he": { @@ -24062,7 +24062,7 @@ }, "isomorphic-ws": { "version": "4.0.1", - "resolved": "https://npm.lisk.com/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz", "integrity": "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==", "requires": {} }, @@ -25839,8 +25839,8 @@ }, "lodash.clonedeep": { "version": "4.5.0", - "resolved": "https://npm.lisk.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=" + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==" }, "lodash.debounce": { "version": "4.0.8", @@ -25929,7 +25929,7 @@ }, "md5.js": { "version": "1.3.5", - "resolved": "https://npm.lisk.com/md5.js/-/md5.js-1.3.5.tgz", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", "requires": { "hash-base": "^3.0.0", @@ -26133,7 +26133,7 @@ }, "node-gyp-build": { "version": "4.6.0", - "resolved": "https://npm.lisk.com/node-gyp-build/-/node-gyp-build-4.6.0.tgz", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz", "integrity": "sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==" }, "node-int64": { @@ -26438,7 +26438,7 @@ }, "pbkdf2": { "version": "3.1.2", - "resolved": "https://npm.lisk.com/pbkdf2/-/pbkdf2-3.1.2.tgz", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", "requires": { "create-hash": "^1.1.2", @@ -27793,7 +27793,7 @@ }, "ripemd160": { "version": "2.0.2", - "resolved": "https://npm.lisk.com/ripemd160/-/ripemd160-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", "requires": { "hash-base": "^3.0.0", @@ -28128,7 +28128,7 @@ }, "sha.js": { "version": "2.4.11", - "resolved": "https://npm.lisk.com/sha.js/-/sha.js-2.4.11.tgz", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "requires": { "inherits": "^2.0.1", @@ -28818,7 +28818,7 @@ }, "tweetnacl": { "version": "1.0.3", - "resolved": "https://npm.lisk.com/tweetnacl/-/tweetnacl-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz", "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" }, "type-check": { @@ -29004,12 +29004,12 @@ }, "validator": { "version": "13.7.0", - "resolved": "https://npm.lisk.com/validator/-/validator-13.7.0.tgz", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.7.0.tgz", "integrity": "sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==" }, "varuint-bitcoin": { "version": "1.1.2", - "resolved": "https://npm.lisk.com/varuint-bitcoin/-/varuint-bitcoin-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/varuint-bitcoin/-/varuint-bitcoin-1.1.2.tgz", "integrity": "sha512-4EVb+w4rx+YfVM32HQX42AbbT7/1f5zwAYhIujKXKk8NQK+JfRVl3pqT3hjNn/L+RstigmGGKVwHA/P0wgITZw==", "requires": { "safe-buffer": "^5.1.1" @@ -29718,7 +29718,7 @@ }, "zeromq": { "version": "6.0.0-beta.6", - "resolved": "https://npm.lisk.com/zeromq/-/zeromq-6.0.0-beta.6.tgz", + "resolved": "https://registry.npmjs.org/zeromq/-/zeromq-6.0.0-beta.6.tgz", "integrity": "sha512-wLf6M7pBHijl+BRltUL2VoDpgbQcOZetiX8UzycHL8CcYFxYnRrpoG5fi3UX3+Umavz1lk4/dGaQez8qiDgr/Q==", "requires": { "node-gyp-build": "^4.1.0" diff --git a/tutorials/hello/hello_frontend/package.json b/tutorials/hello/hello_frontend/package.json index 62d490826..572c455c8 100644 --- a/tutorials/hello/hello_frontend/package.json +++ b/tutorials/hello/hello_frontend/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@liskhq/lisk-client": "^6.0.0-alpha.14", + "@liskhq/lisk-client": "^6.0.0-beta.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", @@ -46,4 +46,4 @@ "last 1 safari version" ] } -} +} \ No newline at end of file