Skip to content

Commit

Permalink
update Avail genesis (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav authored Jul 22, 2024
1 parent 694a8b2 commit e01f0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappings/avail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
handleRelaychainPooledStakingUnbondingSlash
} from "./rewards/history/nomination_pools";

const AVAIL_GENESIS = "0x128ea318539862c0a06b745981300d527c1041c6f3388a8c49565559e3ea3d10"
const AVAIL_GENESIS = "0xb91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a"
const DIRECT_STAKING_TYPE = "relaychain"

export async function AvailRewardCalculator(eraInfoDataSource: EraInfoDataSource): Promise<ValidatorStakingRewardCalculator> {
Expand Down

0 comments on commit e01f0a2

Please sign in to comment.