Skip to content

Commit

Permalink
fix(protocol): fix an issue in DevnetTierProvider (#16798)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Apr 22, 2024
1 parent cab4071 commit 2714dd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract DevnetTierProvider is EssentialContract, ITierProvider {
function getTier(uint16 _tierId) public pure override returns (ITierProvider.Tier memory) {
if (_tierId == LibTiers.TIER_OPTIMISTIC) {
return ITierProvider.Tier({
verifierName: "tier_optimistic",
verifierName: "",
validityBond: 250 ether, // TKO
contestBond: 500 ether, // TKO
cooldownWindow: 1440, //24 hours
Expand Down

0 comments on commit 2714dd2

Please sign in to comment.