Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
643 changes: 643 additions & 0 deletions packages/sharing-smart-contract/.openzeppelin/unknown-421614.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions packages/sharing-smart-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.

### Changed

- Deploy on testnet and save artifacts (#444)
- Deploy DPS contract using Github action (#443)
- Refactor sharing contract CI to use reusable workflows (#442)
- Import Ignition deployment in OZ upgrades plugin (#441)
- Deploy contracts using Hardhat Ignition (#440)
Expand Down
2 changes: 1 addition & 1 deletion packages/sharing-smart-contract/hardhat.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module.exports = {
ignition: {
strategyConfig: {
create2: {
salt: "0x5FD8F2C3DFCF36E174AC91A44AE6CAEBDDA012EFED601736E2C20A11A56CF537",
salt: "0x0000000000000000000000000000000000000000000000000000000000000000",
},
},
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../build-info/72a96bb375f864053660a4559ce8904a.json"
}
Loading
Loading