We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329e8de commit bd91318Copy full SHA for bd91318
.github/workflows/root-checks.yaml
@@ -44,4 +44,4 @@ jobs:
44
working-directory: ${{ matrix.package }}
45
run: |
46
npm run refresh-abis
47
- # TODO add npm run build here.
+ # TODO check that SDK and Subgraph projects build is OK.
packages/sharing-smart-contract/CHANGELOG.md
@@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file.
6
7
### Changed
8
9
-- update blockscout url
+- Fix Sharing contract constructor arguments order (#433)
10
+- Update blockscout url
11
12
## [2.0.0]
13
0 commit comments