Skip to content

Commit

Permalink
Updated songbird transition times for coston
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Boben committed Jun 27, 2024
1 parent c0985c2 commit 646f01f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions avalanchego/vms/platformvm/txs/executor/inflation_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func getSongbirdInflationSettings(currentTimestamp time.Time, config *config.Con
MaxStakeDuration: 365 * 24 * time.Hour,
MinFutureStartTimeOffset: MaxFutureStartTime,
MaxValidatorWeightFactor: 15,
MinStakeStartTime: time.Date(2024, time.October, 1, 0, 0, 0, 0, time.UTC),
MinStakeStartTime: time.Date(2024, time.September, 3, 0, 0, 0, 0, time.UTC),
}
}
}
Expand All @@ -188,7 +188,7 @@ func getCostonInflationSettings(currentTimestamp time.Time, config *config.Confi
MaxStakeDuration: 365 * 24 * time.Hour,
MinFutureStartTimeOffset: MaxFutureStartTime,
MaxValidatorWeightFactor: 15,
MinStakeStartTime: time.Date(2024, time.April, 24, 15, 0, 0, 0, time.UTC),
MinStakeStartTime: time.Date(2024, time.July, 30, 0, 0, 0, 0, time.UTC),
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions coreth/params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ var (
ApricotPhase3BlockTimestamp: big.NewInt(time.Date(2022, time.February, 25, 14, 0, 0, 0, time.UTC).Unix()),
ApricotPhase4BlockTimestamp: big.NewInt(time.Date(2022, time.February, 25, 15, 0, 0, 0, time.UTC).Unix()),
ApricotPhase5BlockTimestamp: big.NewInt(time.Date(2022, time.February, 25, 16, 0, 0, 0, time.UTC).Unix()),
SongbirdTransitionTimestamp: big.NewInt(time.Date(2024, time.May, 14, 12, 30, 0, 0, time.UTC).Unix()),
SongbirdTransitionTimestamp: big.NewInt(time.Date(2024, time.July, 23, 12, 0, 0, 0, time.UTC).Unix()),
}

// LocalChainConfig is the configuration for the Songbird Local network.
Expand Down Expand Up @@ -194,7 +194,7 @@ var (
ApricotPhase3BlockTimestamp: big.NewInt(time.Date(2022, time.March, 7, 14, 0, 0, 0, time.UTC).Unix()),
ApricotPhase4BlockTimestamp: big.NewInt(time.Date(2022, time.March, 7, 15, 0, 0, 0, time.UTC).Unix()),
ApricotPhase5BlockTimestamp: big.NewInt(time.Date(2022, time.March, 7, 16, 0, 0, 0, time.UTC).Unix()),
SongbirdTransitionTimestamp: big.NewInt(time.Date(2024, time.May, 25, 0, 0, 0, 0, time.UTC).Unix()),
SongbirdTransitionTimestamp: big.NewInt(time.Date(2024, time.August, 20, 12, 0, 0, 0, time.UTC).Unix()),
}

TestChainConfig = &ChainConfig{big.NewInt(1), big.NewInt(0), nil, false, big.NewInt(0), common.Hash{}, big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0)}
Expand Down

0 comments on commit 646f01f

Please sign in to comment.