Skip to content

Commit

Permalink
Merge pull request #347 from planetarium/feature/add-monitor-target
Browse files Browse the repository at this point in the history
Add thor rune and golden meat to monitor
  • Loading branch information
U-lis authored Dec 9, 2024
2 parents 67d1365 + e6443dd commit 37efca9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions worker/worker/status_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ def check_token_balance(planet: PlanetID):
$address: Address! = "0xCb75C84D76A6f97A2d55882Aea4436674c288673"
) {
stateQuery {
ThorRune: balance (
address: $address,
currency: {ticker: "FAV__RUNESTONE_GOLDENTHOR", decimalPlaces: 0, minters: [], }
) { currency {ticker} quantity }
GoldenMeat: balance (
address: $address,
currency: {ticker: "Item_NT_800202", decimalPlaces: 0, minters: [], }
) { currency {ticker} quantity }
CriRune: balance (
address: $address,
currency: {ticker: "FAV__RUNESTONE_CRI", decimalPlaces: 0, minters: [], }
Expand Down

0 comments on commit 37efca9

Please sign in to comment.