Add historical crawl worker.

pull/867/head
Andrey 2023-07-24 17:20:18 +03:00
rodzic 78bc0770f5
commit 60d98a8627
1 zmienionych plików z 11 dodań i 9 usunięć

Wyświetl plik

@ -72,15 +72,17 @@
"name": "tokenId", "name": "tokenId",
"type": "uint256", "type": "uint256",
"value": { "value": {
"type": "queryAPI", "type": "function",
"query_url": "template_erc721_minting", "name": "totalSupply",
"blockchain": "polygon", "outputs": [
"params": { {
"address": "0x20B807b9AF56977EF475C089A0e7977540743560" "internalType": "uint256",
}, "name": "",
"keys": [ "type": "uint256"
"token_id" }
] ],
"address": "0x20B807b9AF56977EF475C089A0e7977540743560",
"inputs": []
} }
} }
], ],