Skip to content

Commit

Permalink
Add changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey committed Nov 6, 2023
1 parent 3ce6cf7 commit befeb05
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions crawlers/mooncrawl/mooncrawl/state_crawler/jobs/mumbai-jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit befeb05

Please sign in to comment.