Skip to content

Commit

Permalink
fix: add missing selector for fluid vault
Browse files Browse the repository at this point in the history
  • Loading branch information
jparklev committed Feb 27, 2025
1 parent c65c408 commit 3dab85b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/RumpelConfig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2180,6 +2180,8 @@ library RumpelConfig {

configs[2] =
ProtocolGuardConfig({target: MAINNET_FLUID_VAULT_USDE_USDT_USDT, selectorStates: new SelectorState[](1)});
configs[2].selectorStates[0] =
SelectorState({selector: IFluidVaultT1.operate.selector, state: RumpelGuard.AllowListState.ON});

return configs;
}
Expand Down

0 comments on commit 3dab85b

Please sign in to comment.