Skip to content

Commit

Permalink
Merge pull request #186 from lukso-network/develop
Browse files Browse the repository at this point in the history
Release v2.5.0
  • Loading branch information
Hugoo authored Feb 21, 2023
2 parents 2e57fcf + 0acd4a3 commit a6b89d3
Show file tree
Hide file tree
Showing 14 changed files with 9,338 additions and 6,527 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"eslint-comments/no-unused-disable": "error",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": ["error"],
"@typescript-eslint/no-explicit-any": "off",
"import/order": ["error", { "newlines-between": "always", "alphabetize": { "order": "asc" } }],
"sort-imports": ["error", { "ignoreDeclarationSort": true, "ignoreCase": true }]
}
Expand Down
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ coverage
.prettierignore
hardhat.config.ts
tsconfig.json
tsconfig.module.json
typedoc.json
tsconfig.module.json
229 changes: 113 additions & 116 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/deployment/universal-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ const contracts = await lspFactory.UniversalProfile.deploy({...}, {
{
type: 'TRANSACTION',
contractName: 'LSP0ERC725Account',
functionName: 'claimOwnership()',
functionName: 'acceptOwnership()',
status: 'PENDING',
transaction: {
...
Expand All @@ -632,7 +632,7 @@ const contracts = await lspFactory.UniversalProfile.deploy({...}, {
{
type: 'TRANSACTION',
contractName: 'LSP0ERC725Account',
functionName: 'claimOwnership()',
functionName: 'acceptOwnership()',
status: 'COMPLETE',
receipt: {
...
Expand Down
Loading

0 comments on commit a6b89d3

Please sign in to comment.