Skip to content

Commit 74870fe

Browse files
authored
fix: Add admin address input to initialize function in ABI (#473)
1 parent 66be383 commit 74870fe

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

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",

packages/subgraph/abis/DataProtectorSharingABI.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)