Skip to content

Commit b6ead68

Browse files
feat(sharing): Deploy on testnet and save artifacts (#444)
Co-authored-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com>
1 parent ceb7645 commit b6ead68

18 files changed

+236952
-1
lines changed

packages/sharing-smart-contract/.openzeppelin/unknown-421614.json

Lines changed: 643 additions & 0 deletions
Large diffs are not rendered by default.

packages/sharing-smart-contract/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.
66

77
### Changed
88

9+
- Deploy on testnet and save artifacts (#444)
10+
- Deploy DPS contract using Github action (#443)
911
- Refactor sharing contract CI to use reusable workflows (#442)
1012
- Import Ignition deployment in OZ upgrades plugin (#441)
1113
- Deploy contracts using Hardhat Ignition (#440)

packages/sharing-smart-contract/hardhat.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module.exports = {
111111
ignition: {
112112
strategyConfig: {
113113
create2: {
114-
salt: "0x5FD8F2C3DFCF36E174AC91A44AE6CAEBDDA012EFED601736E2C20A11A56CF537",
114+
salt: "0x0000000000000000000000000000000000000000000000000000000000000000",
115115
},
116116
},
117117
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"_format": "hh-sol-dbg-1",
3+
"buildInfo": "../build-info/72a96bb375f864053660a4559ce8904a.json"
4+
}

0 commit comments

Comments
 (0)