Skip to content

Commit

Permalink
Merge pull request #66 from planetarium/improve/add-thor-genesis
Browse files Browse the repository at this point in the history
Add thor temp genesis
  • Loading branch information
U-lis authored Oct 29, 2024
2 parents 021d06c + f0c1619 commit 54743c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions world_boss/app/raid.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,10 @@ def get_genesis_block_hash(planet_id: str) -> bytes:
"0x000000000001": bytes.fromhex(
"729fa26958648a35b53e8e3905d11ec53b1b4929bf5f499884aed7df616f5913"
),
# FIXME update hash before mainnet launch
"0x000000000003": bytes.fromhex(
"aa5bc2d6525eed0b78444c7c7e2ccbbf09e0f070f6f4634442d7a7c9115c751f"
),
}

if planet_id not in switcher:
Expand Down

0 comments on commit 54743c4

Please sign in to comment.