Skip to content

Commit

Permalink
build: update local dependencies for ERC725 v8 with local build
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Sep 4, 2024
1 parent 6736a1a commit e3b5539
Show file tree
Hide file tree
Showing 15 changed files with 120 additions and 182 deletions.
284 changes: 114 additions & 170 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions packages/lsp0-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,5 @@
"@lukso/lsp14-contracts": "~0.15.0",
"@lukso/lsp17contractextension-contracts": "~0.15.0",
"@lukso/lsp20-contracts": "~0.15.0"
},
"resolutions": {
"@erc725/smart-contracts": "^7.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity ^0.8.4;

// modules
import {ERC725Y} from "@erc725/smart-contracts/contracts/ERC725Y.sol";
import {ERC725Y} from "@erc725/smart-contracts-v8/contracts/ERC725Y.sol";

// constants
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.4;
// modules
import {
ERC725YInitAbstract
} from "@erc725/smart-contracts/contracts/ERC725YInitAbstract.sol";
} from "@erc725/smart-contracts-v8/contracts/ERC725YInitAbstract.sol";

// constants
import {
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/lsp4-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'"
},
"dependencies": {
"@erc725/smart-contracts": "./erc725-smart-contracts-8.0.0-1.tgz",
"@erc725/smart-contracts-v8": "file:erc725-smart-contracts-v8-rc0.tgz",
"@lukso/lsp2-contracts": "*"
}
}
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/lsp7-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'"
},
"dependencies": {
"@erc725/smart-contracts": "./erc725-smart-contracts-8.0.0-1.tgz",
"@erc725/smart-contracts-v8": "file:erc725-smart-contracts-v8-rc0.tgz",
"@openzeppelin/contracts": "^4.9.6",
"@lukso/lsp1-contracts": "~0.15.0",
"@lukso/lsp2-contracts": "~0.15.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ abstract contract LSP8IdentifiableDigitalAsset is
}

/**
* @inheritdoc IERC165
* @inheritdoc LSP17Extendable
*/
function supportsInterface(
bytes4 interfaceId
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/lsp8-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'"
},
"dependencies": {
"@erc725/smart-contracts": "./erc725-smart-contracts-8.0.0-1.tgz",
"@erc725/smart-contracts-v8": "file:erc725-smart-contracts-v8-rc0.tgz",
"@openzeppelin/contracts": "^4.9.6",
"@lukso/lsp1-contracts": "~0.15.0",
"@lukso/lsp2-contracts": "~0.15.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/universalprofile-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,5 @@
"@openzeppelin/contracts": "^4.9.3",
"@lukso/lsp0-contracts": "~0.15.0",
"@lukso/lsp3-contracts": "~0.15.0"
},
"resolutions": {
"@erc725/smart-contracts": "^7.0.0"
}
}

0 comments on commit e3b5539

Please sign in to comment.