Merge pull request #790 from moonstream-to/add-lands-tasks

Add lands contracts.
pull/815/head
Andrey Dolgolev 2023-06-09 09:08:38 +03:00 zatwierdzone przez GitHub
commit a54048fb0a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 67 dodań i 1 usunięć

Wyświetl plik

@ -533,7 +533,7 @@ def generate_report_nft_dashboard_handler(args: argparse.Namespace):
).queries:
params = {} # type: ignore
if query.name != "cu_nft_dashboard_data":
if query.name not in ["cu_nft_dashboard_data", "cu_land_nft_dashboard_data"]:
continue
logger.info(f"Generating report for {query.name}")

Wyświetl plik

@ -31,5 +31,38 @@
}
],
"address": "0x39858b1A4e48CfFB1019F0A15ff54899213B3f8b"
},
{
"type": "function",
"stateMutability": "view",
"inputs": [
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256",
"value": {
"type": "function",
"name": "totalSupply",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"address": "0x230E4e85d4549343A460F5dE0a7035130F62d74C",
"inputs": []
}
}
],
"name": "tokenURI",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"address": "0x230E4e85d4549343A460F5dE0a7035130F62d74C"
}
]

Wyświetl plik

@ -31,5 +31,38 @@
}
],
"address": "0xdC0479CC5BbA033B3e7De9F178607150B3AbCe1f"
},
{
"type": "function",
"stateMutability": "view",
"inputs": [
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256",
"value": {
"type": "function",
"name": "totalSupply",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"address": "0xA2a13cE1824F3916fC84C65e559391fc6674e6e8",
"inputs": []
}
}
],
"name": "tokenURI",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"address": "0xA2a13cE1824F3916fC84C65e559391fc6674e6e8"
}
]