Skip to content

Commit

Permalink
Merge pull request #176 from lukso-network/develop
Browse files Browse the repository at this point in the history
chore: sync main
  • Loading branch information
CallumGrindle authored Dec 9, 2022
2 parents a4710f2 + 390711e commit 2e57fcf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
8 changes: 4 additions & 4 deletions docs/deployment/digital-asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});
```

Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
27 changes: 18 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e57fcf

Please sign in to comment.