Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade SC to 0.14 and erc725js #143

Merged
merged 4 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"prepare": "husky install"
},
"dependencies": {
"@erc725/erc725.js": "0.21.3",
"@erc725/erc725.js": "0.22.0",
"@lukso/lsp-factory.js": "3.2.1",
"@lukso/lsp-smart-contracts": "0.12.1",
"@lukso/lsp-smart-contracts": "0.14.0",
"@lukso/web3-onboard-config": "1.1.1",
"@pinata/sdk": "^2.1.0",
"@tsndr/cloudflare-worker-jwt": "^2.3.2",
Expand Down
33 changes: 22 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -568,16 +568,16 @@ __metadata:
languageName: node
linkType: hard

"@erc725/erc725.js@npm:0.21.3":
version: 0.21.3
resolution: "@erc725/erc725.js@npm:0.21.3"
"@erc725/erc725.js@npm:0.22.0":
version: 0.22.0
resolution: "@erc725/erc725.js@npm:0.22.0"
dependencies:
add: ^2.0.6
ethereumjs-util: ^7.1.5
web3-eth-abi: ^1.10.0
web3-providers-http: ^1.10.0
web3-utils: ^1.10.0
checksum: 2252eed206513a5fddcbdced11b89067f06b72ed395dd46d725acb0bcdcd74da3c3e44c6118bd54ea2013a32f9e7dafbf3dd995ab189e44f714e1ec160691f15
checksum: cadae178bf854f3c0c9b95187fb14dfc6fa1552e05ddb576cd317555d5eee3af91792f730bd8e89f8ed534b4abda0f5fe9ad206bbf0de700b9052ad1bb959609
languageName: node
linkType: hard

Expand All @@ -604,6 +604,17 @@ __metadata:
languageName: node
linkType: hard

"@erc725/smart-contracts@npm:^7.0.0":
version: 7.0.0
resolution: "@erc725/smart-contracts@npm:7.0.0"
dependencies:
"@openzeppelin/contracts": ^4.9.3
"@openzeppelin/contracts-upgradeable": ^4.9.3
solidity-bytes-utils: 0.8.0
checksum: 20fdca88eb7a33f4009c92d150c1c4b9b6ccd22bf4796c8b438d10afe5bf206ffa29b2b6c6aba7087b2117aeb2de533c1f4ce8d91ee21ff2012de95228c02bf5
languageName: node
linkType: hard

"@esbuild/android-arm64@npm:0.18.17":
version: 0.18.17
resolution: "@esbuild/android-arm64@npm:0.18.17"
Expand Down Expand Up @@ -2236,16 +2247,16 @@ __metadata:
languageName: node
linkType: hard

"@lukso/lsp-smart-contracts@npm:0.12.1":
version: 0.12.1
resolution: "@lukso/lsp-smart-contracts@npm:0.12.1"
"@lukso/lsp-smart-contracts@npm:0.14.0":
version: 0.14.0
resolution: "@lukso/lsp-smart-contracts@npm:0.14.0"
dependencies:
"@account-abstraction/contracts": ^0.6.0
"@erc725/smart-contracts": ^6.0.0
"@erc725/smart-contracts": ^7.0.0
"@openzeppelin/contracts": ^4.9.2
"@openzeppelin/contracts-upgradeable": ^4.9.2
solidity-bytes-utils: 0.8.0
checksum: dab9a972a2886789434bce8940b562bdd07fa5ac5287664a8f19cd41dd115ffa15d26a4fac8fc49448022c2b207feb84cd65a48cf0097963d1a0ff91b48fde40
checksum: 095cbc9f7f2ffaff6a2c05616c266731af735b485eb552b8e557b27e7aad39c80a770946ce6d4379fc51e1d434ef99628d7d4cf794dc6b5ab545ef6b62ca664e
languageName: node
linkType: hard

Expand Down Expand Up @@ -15126,9 +15137,9 @@ __metadata:
resolution: "universalprofile-test-dapp@workspace:."
dependencies:
"@depay/web3-mock": ^14.17.0
"@erc725/erc725.js": 0.21.3
"@erc725/erc725.js": 0.22.0
"@lukso/lsp-factory.js": 3.2.1
"@lukso/lsp-smart-contracts": 0.12.1
"@lukso/lsp-smart-contracts": 0.14.0
"@lukso/web3-onboard-config": 1.1.1
"@pinata/sdk": ^2.1.0
"@testing-library/jest-dom": 5.17.0
Expand Down
Loading