Skip to content

Commit ec0db84

Browse files
committed
chore: update to PDP v2.2.1 address and FWSS v0.3.0 proxy
chore: update to PDP v2.2.1 address and FWSS v0.3.0 proxy
1 parent 7a96036 commit ec0db84

File tree

3 files changed

+48
-3
lines changed

3 files changed

+48
-3
lines changed

pdp/contract/PDPVerifier.abi

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,30 @@
192192
"outputs": [],
193193
"stateMutability": "nonpayable"
194194
},
195+
{
196+
"type": "function",
197+
"name": "createDataSet",
198+
"inputs": [
199+
{
200+
"name": "listenerAddr",
201+
"type": "address",
202+
"internalType": "address"
203+
},
204+
{
205+
"name": "extraData",
206+
"type": "bytes",
207+
"internalType": "bytes"
208+
}
209+
],
210+
"outputs": [
211+
{
212+
"name": "",
213+
"type": "uint256",
214+
"internalType": "uint256"
215+
}
216+
],
217+
"stateMutability": "payable"
218+
},
195219
{
196220
"type": "function",
197221
"name": "dataSetLive",

0 commit comments

Comments
 (0)