diff --git a/docs/deployment/digital-asset.md b/docs/deployment/digital-asset.md index a74d9bbd..155b44c0 100644 --- a/docs/deployment/digital-asset.md +++ b/docs/deployment/digital-asset.md @@ -71,10 +71,10 @@ await lspFactory.LSP7DigitalAsset.deploy(digitalAssetProperties [, options]); ```javascript await lspFactory.LSP7DigitalAsset.deploy({ - isNFT: false, - controllerAddress: '0x56fE4E7dc2bc0b6397E4609B07b4293482E3F72B', - name: 'MYTOKEN' - symbol: 'DEMO', + isNFT: false, + controllerAddress: '0x56fE4E7dc2bc0b6397E4609B07b4293482E3F72B', + name: 'MYTOKEN', + symbol: 'DEMO', }); ``` diff --git a/docs/deployment/options.md b/docs/deployment/options.md index 864fb6d8..5278da58 100644 --- a/docs/deployment/options.md +++ b/docs/deployment/options.md @@ -85,7 +85,7 @@ When using proxy deployment, LSPFactory will check that there is some bytecode d When using proxy deployment developers can specify the base contract address by passing the [`version`](./options.md#version) parameter. This allows deploying a specific contract implementation by deploying a proxy contract which inherits its logic from a previously deployed custom base contract. -`deployProxy` defaults to `true` for all contracts except `LSP1UniversalProfile` when deploying a Universal Profile ([read more](../deployment/universal-profile.md#universal-receiver-delegate-proxy-deployment)). +`deployProxy` defaults to `true` for all contracts except `LSP1UniversalReceiverDelegate` when deploying a Universal Profile ([read more](../deployment/universal-profile.md#universal-receiver-delegate-proxy-deployment)). :::info If `deployProxy` is set to `false`, the smart contract will be deployed from the current version of the [lsp-smart-contracts library](https://github.com/lukso-network/lsp-smart-contracts). diff --git a/package-lock.json b/package-lock.json index 00321d82..62fe984b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8105,9 +8105,10 @@ "license": "MIT" }, "node_modules/decode-uri-component": { - "version": "0.2.0", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10" } @@ -16515,9 +16516,10 @@ } }, "node_modules/hardhat/node_modules/qs": { - "version": "6.10.1", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "side-channel": "^1.0.4" }, @@ -24885,8 +24887,9 @@ } }, "node_modules/qs": { - "version": "6.5.2", - "license": "BSD-3-Clause", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", "engines": { "node": ">=0.6" } @@ -34747,7 +34750,9 @@ "dev": true }, "decode-uri-component": { - "version": "0.2.0", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "dev": true }, "decompress-response": { @@ -41270,7 +41275,9 @@ "dev": true }, "qs": { - "version": "6.10.1", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", "dev": true, "requires": { "side-channel": "^1.0.4" @@ -46848,7 +46855,9 @@ "dev": true }, "qs": { - "version": "6.5.2" + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==" }, "query-string": { "version": "5.1.1",