Skip to content

Commit

Permalink
chore: update initial yt comment, add date
Browse files Browse the repository at this point in the history
  • Loading branch information
jparklev committed Oct 8, 2024
1 parent 145430f commit 5d56923
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions script/RumpelConfig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ library RumpelConfig {
return getInitialGuardProtocolConfigs();
} else if (tagHash == keccak256(bytes("mellow-re7"))) {
return getMellowRe7GuardProtocolConfigs();
} else if (tagHash == keccak256(bytes("initial-yts"))) {
// No initial YT protocol guard updates, only token
} else if (tagHash == keccak256(bytes("initial-yts-08oct24"))) {
// No initial YT protocol Guard updates, only token transfers
return new ProtocolGuardConfig[](0);
}

Expand All @@ -124,7 +124,7 @@ library RumpelConfig {
return getInitialGuardTokenConfigs();
} else if (tagHash == keccak256(bytes("mellow-re7"))) {
return getMellowRe7GuardTokenConfigs();
} else if (tagHash == keccak256(bytes("initial-yts"))) {
} else if (tagHash == keccak256(bytes("initial-yts-08oct24"))) {
return getInitialYTsGuardTokenConfigs();
}

Expand All @@ -136,8 +136,8 @@ library RumpelConfig {

if (tagHash == keccak256(bytes("mellow-re7"))) {
return getMellowRe7ModuleTokenConfigs();
} else if (tagHash == keccak256(bytes("initial-yts"))) {
// No blocklist for initial YTs
} else if (tagHash == keccak256(bytes("initial-yts-08oct24"))) {
// No blocklist for the initial YT add
return new TokenModuleConfig[](0);
}

Expand Down

0 comments on commit 5d56923

Please sign in to comment.