Merge pull request #964 from moonstream-to/change-tasks

Add changes.
pull/965/head
Andrey Dolgolev 2023-11-08 14:28:56 +02:00 zatwierdzone przez GitHub
commit 2c49f975e8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 22 dodań i 2 usunięć

Wyświetl plik

@ -69,7 +69,17 @@
"internalType": "uint16",
"name": "seasonId",
"type": "uint16",
"value": 1
"value": {
"type": "queryAPI",
"query_url": "twilight_seasons",
"blockchain": "mumbai",
"params": {
"address": "0x665B8Db5b9E3b396e2Ccb0Bd768dc74fC47Ec20D"
},
"keys": [
"season_id"
]
}
},
{
"internalType": "address",
@ -112,7 +122,17 @@
"internalType": "uint16",
"name": "seasonId",
"type": "uint16",
"value": 1
"value": {
"type": "queryAPI",
"query_url": "twilight_seasons",
"blockchain": "mumbai",
"params": {
"address": "0x665B8Db5b9E3b396e2Ccb0Bd768dc74fC47Ec20D"
},
"keys": [
"season_id"
]
}
}
],
"name": "twtGetSeasonalDominationPointsForAllRegions",