Skip to content

Commit ea75e91

Browse files
committed
updated abis
1 parent 3843501 commit ea75e91

File tree

5 files changed

+1164
-700
lines changed

5 files changed

+1164
-700
lines changed

dkg/data/interfaces/KnowledgeCollection.json

Lines changed: 39 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@
1010
"stateMutability": "nonpayable",
1111
"type": "constructor"
1212
},
13-
{
14-
"inputs": [
15-
{
16-
"internalType": "uint256",
17-
"name": "id",
18-
"type": "uint256"
19-
}
20-
],
21-
"name": "CannotUpdateImmutableKnowledgeCollection",
22-
"type": "error"
23-
},
2413
{
2514
"inputs": [
2615
{
@@ -200,11 +189,6 @@
200189
"name": "ZeroAddressHub",
201190
"type": "error"
202191
},
203-
{
204-
"inputs": [],
205-
"name": "ZeroTokenAmount",
206-
"type": "error"
207-
},
208192
{
209193
"inputs": [],
210194
"name": "askStorage",
@@ -382,29 +366,6 @@
382366
"stateMutability": "view",
383367
"type": "function"
384368
},
385-
{
386-
"inputs": [
387-
{
388-
"internalType": "uint256",
389-
"name": "id",
390-
"type": "uint256"
391-
},
392-
{
393-
"internalType": "uint96",
394-
"name": "tokenAmount",
395-
"type": "uint96"
396-
},
397-
{
398-
"internalType": "address",
399-
"name": "paymaster",
400-
"type": "address"
401-
}
402-
],
403-
"name": "increaseKnowledgeCollectionTokenAmount",
404-
"outputs": [],
405-
"stateMutability": "nonpayable",
406-
"type": "function"
407-
},
408369
{
409370
"inputs": [],
410371
"name": "initialize",
@@ -451,6 +412,45 @@
451412
"stateMutability": "view",
452413
"type": "function"
453414
},
415+
{
416+
"inputs": [],
417+
"name": "paranetKnowledgeCollectionsRegistry",
418+
"outputs": [
419+
{
420+
"internalType": "contract ParanetKnowledgeCollectionsRegistry",
421+
"name": "",
422+
"type": "address"
423+
}
424+
],
425+
"stateMutability": "view",
426+
"type": "function"
427+
},
428+
{
429+
"inputs": [],
430+
"name": "paranetKnowledgeMinersRegistry",
431+
"outputs": [
432+
{
433+
"internalType": "contract ParanetKnowledgeMinersRegistry",
434+
"name": "",
435+
"type": "address"
436+
}
437+
],
438+
"stateMutability": "view",
439+
"type": "function"
440+
},
441+
{
442+
"inputs": [],
443+
"name": "paranetsRegistry",
444+
"outputs": [
445+
{
446+
"internalType": "contract ParanetsRegistry",
447+
"name": "",
448+
"type": "address"
449+
}
450+
],
451+
"stateMutability": "view",
452+
"type": "function"
453+
},
454454
{
455455
"inputs": [],
456456
"name": "paymasterManager",
@@ -516,84 +516,6 @@
516516
"stateMutability": "view",
517517
"type": "function"
518518
},
519-
{
520-
"inputs": [
521-
{
522-
"internalType": "uint256",
523-
"name": "id",
524-
"type": "uint256"
525-
},
526-
{
527-
"internalType": "string",
528-
"name": "updateOperationId",
529-
"type": "string"
530-
},
531-
{
532-
"internalType": "bytes32",
533-
"name": "merkleRoot",
534-
"type": "bytes32"
535-
},
536-
{
537-
"internalType": "uint256",
538-
"name": "mintKnowledgeAssetsAmount",
539-
"type": "uint256"
540-
},
541-
{
542-
"internalType": "uint256[]",
543-
"name": "knowledgeAssetsToBurn",
544-
"type": "uint256[]"
545-
},
546-
{
547-
"internalType": "uint88",
548-
"name": "byteSize",
549-
"type": "uint88"
550-
},
551-
{
552-
"internalType": "uint96",
553-
"name": "tokenAmount",
554-
"type": "uint96"
555-
},
556-
{
557-
"internalType": "address",
558-
"name": "paymaster",
559-
"type": "address"
560-
},
561-
{
562-
"internalType": "uint72",
563-
"name": "publisherNodeIdentityId",
564-
"type": "uint72"
565-
},
566-
{
567-
"internalType": "bytes32",
568-
"name": "publisherNodeR",
569-
"type": "bytes32"
570-
},
571-
{
572-
"internalType": "bytes32",
573-
"name": "publisherNodeVS",
574-
"type": "bytes32"
575-
},
576-
{
577-
"internalType": "uint72[]",
578-
"name": "identityIds",
579-
"type": "uint72[]"
580-
},
581-
{
582-
"internalType": "bytes32[]",
583-
"name": "r",
584-
"type": "bytes32[]"
585-
},
586-
{
587-
"internalType": "bytes32[]",
588-
"name": "vs",
589-
"type": "bytes32[]"
590-
}
591-
],
592-
"name": "updateKnowledgeCollection",
593-
"outputs": [],
594-
"stateMutability": "nonpayable",
595-
"type": "function"
596-
},
597519
{
598520
"inputs": [],
599521
"name": "version",

0 commit comments

Comments
 (0)