Skip to content

Commit c69b56c

Browse files
committed
Merge branch 'main' into fix/subgraph-ci-deployment
2 parents 30c0f17 + 74870fe commit c69b56c

25 files changed

+237564
-24
lines changed

.github/workflows/sharing-smart-contract-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: 20
3131

3232
deploy:
33-
# needs: build-and-test
33+
needs: build-and-test
3434
runs-on: ubuntu-latest
3535
env:
3636
CI: true
@@ -116,4 +116,4 @@ jobs:
116116

117117
- name: Verify contracts
118118
# TODO
119-
run: echo "Verification step is not implemented yet"
119+
run: echo "Verification step is not implemented yet"

packages/sdk/abis/sharing/DataProtectorSharing.sol/DataProtectorSharing.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,13 @@
13901390
"type": "function"
13911391
},
13921392
{
1393-
"inputs": [],
1393+
"inputs": [
1394+
{
1395+
"internalType": "address",
1396+
"name": "admin",
1397+
"type": "address"
1398+
}
1399+
],
13941400
"name": "initialize",
13951401
"outputs": [],
13961402
"stateMutability": "nonpayable",

0 commit comments

Comments
 (0)