Skip to content

Commit

Permalink
chore: remove vault (#8806)
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 updates the vaults configuration for Ethereum. 

### Detailed summary
- Removes a vault configuration for BRIL
- Adds a new vault configuration with id 4

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

<!-- end pr-codex -->
  • Loading branch information
chefjackson authored Jan 12, 2024
1 parent 1ad59db commit 1b367b8
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions packages/position-managers/src/constants/vaults/eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,6 @@ import { Strategy, VaultConfig } from '../../types'
import { MANAGER } from '../managers'

export const vaults: VaultConfig[] = [
{
id: 5,
idByManager: 2,
name: 'BRIL',
address: '0xDd030FDCe5Da3Ad598Df003399d240fC60306355',
adapterAddress: '0x0891CFCDDdA2D07eb312337Ae6EdE0Bbd185B2FD',
currencyA: ethereumTokens.weth,
currencyB: ethereumTokens.swETH,
earningToken: ethereumTokens.cake,
feeTier: FeeAmount.LOW,
strategy: Strategy.ASCEND,
manager: MANAGER.BRIL,
isSingleDepositToken: true,
allowDepositToken0: true,
allowDepositToken1: false,
managerInfoUrl: 'https://www.bril.finance/',
strategyInfoUrl: 'https://docs.bril.finance/ascend/overview',
learnMoreAboutUrl: 'https://docs.bril.finance/yield-iq/faqs',
},
{
id: 4,
idByManager: 1,
Expand Down

0 comments on commit 1b367b8

Please sign in to comment.