Skip to content

Commit

Permalink
chore: Mark eigenpie ifo false (#11144)
Browse files Browse the repository at this point in the history
<!--
Before opening a pull request, please read the [contributing
guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md)
first
-->


<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating the `isActive` status of a project in the
`ifos` constants file, indicating a change in its operational status.

### Detailed summary
- Updated `isActive` from `true` to `false` for the project.
- Retained the `name` and `description` of the project, which remains as
'Eigenpie IFO' and describes it as a Liquid Restaking Platform on
EigenLayer.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
memoyil authored Jan 16, 2025
1 parent fdca551 commit 36ecf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ifos/src/constants/ifos/arb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const ifos: BaseIfoConfig[] = [
plannedStartTime: 1727172900,
plannedEndTime: 1727259300,

isActive: true,
isActive: false,
name: 'Eigenpie IFO',
description:
'Eigenpie is a Liquid Restaking Platform built on top of EigenLayer that allows users to restake their ETH or LSTs to validate new services while earning rewards and maintaining liquidity through LRTs',
Expand Down

0 comments on commit 36ecf61

Please sign in to comment.