Skip to content

Commit

Permalink
feat: add new ALMs (#10673)
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
The focus of this PR is to add two new BRIL vaults on BSC.

### Detailed summary
- Added two new BRIL vaults on BSC with unique configurations
- Updated vault details such as addresses, currencies, and strategy
- Included relevant URLs for manager and strategy information

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

<!-- end pr-codex -->
  • Loading branch information
ChefBingbong authored Sep 12, 2024
1 parent 09a55ec commit 4ddd979
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/position-managers/src/constants/vaults/bsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,48 @@ export const vaults: VaultConfig[] = [
// strategyInfoUrl: 'https://docs.teahouse.finance/teahouse-finance-1/lp-vaults/strategies',
// learnMoreAboutUrl: 'https://docs.teahouse.finance/teahouse-finance-1/managed-vaults/about-managed-vaults',
// },
{
id: 25,
idByManager: 15,
name: 'BRIL',
bCakeWrapperAddress: '0x8a959560Fc257fC54f86c1C1D733cd528085e264',
address: '0x8a959560Fc257fC54f86c1C1D733cd528085e264',
adapterAddress: '0x11D89430A347238499bA6A0ac8350A0d7AA290F6',
vaultAddress: '0x660Ee2c04De3e3B74E7C5a9463fFbDE94b909eAe',
currencyA: bscTokens.wbnb,
currencyB: bscTokens.mgp,
earningToken: bscTokens.cake,
feeTier: FeeAmount.MEDIUM,
strategy: Strategy.YIELD_IQ,
manager: MANAGER.BRIL,
isSingleDepositToken: true,
allowDepositToken0: true,
allowDepositToken1: false,
managerInfoUrl: 'https://www.bril.finance/',
strategyInfoUrl: 'https://docs.bril.finance/yield-iq/overview',
learnMoreAboutUrl: 'https://docs.bril.finance/bril-finance/introduction',
},
{
id: 24,
idByManager: 14,
name: 'BRIL',
bCakeWrapperAddress: '0x99E736A117e9f457C11cd4d5b5eAfbA697e6BeAF',
address: '0x99E736A117e9f457C11cd4d5b5eAfbA697e6BeAF',
adapterAddress: '0x5F667124f5C7b35ec2f4962aC53BBaafDf638a52',
vaultAddress: '0xeB184FD678854dE991FFF9a715A42eB933b9170E',
currencyA: bscTokens.ckp,
currencyB: bscTokens.wbnb,
earningToken: bscTokens.cake,
feeTier: FeeAmount.MEDIUM,
strategy: Strategy.YIELD_IQ,
manager: MANAGER.BRIL,
isSingleDepositToken: true,
allowDepositToken0: false,
allowDepositToken1: true,
managerInfoUrl: 'https://www.bril.finance/',
strategyInfoUrl: 'https://docs.bril.finance/yield-iq/overview',
learnMoreAboutUrl: 'https://docs.bril.finance/bril-finance/introduction',
},
{
id: 23,
idByManager: 4,
Expand Down

0 comments on commit 4ddd979

Please sign in to comment.