Skip to content

Commit

Permalink
feat: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMomota committed Oct 17, 2024
1 parent 33ad194 commit 258f46b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/position-managers/src/constants/vaults/bsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const vaults: VaultConfig[] = [
address: '0x8B2396Cb7E7D9A655beAc7994ea343C709BFfb07',
adapterAddress: '0x8B2396Cb7E7D9A655beAc7994ea343C709BFfb07',
vaultAddress: '0x2f0B78D0CaF03A81FEDe970909c6F6bb35dcA5Eb',
currencyA: bscTokens.ynBNB,
currencyA: bscTokens.ynbnb,
currencyB: bscTokens.wbnb,
earningToken: bscTokens.cake,
feeTier: FeeAmount.LOW,
Expand All @@ -33,7 +33,7 @@ export const vaults: VaultConfig[] = [
address: '0x52e01542A343Ff804140F59e31e0A5f303596248',
adapterAddress: '0x52e01542A343Ff804140F59e31e0A5f303596248',
vaultAddress: '0x12aED05752F5Fb82a060968EF7DF37074a652800',
currencyA: bscTokens.ynBNB,
currencyA: bscTokens.ynbnb,
currencyB: bscTokens.wbnb,
earningToken: bscTokens.cake,
feeTier: FeeAmount.LOW,
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/src/constants/bsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3333,7 +3333,7 @@ export const bscTokens = {
'xPufETH',
'https://www.puffer.fi/',
),
ynBNB: new ERC20Token(
ynbnb: new ERC20Token(
ChainId.BSC,
'0x304B5845b9114182ECb4495Be4C91a273b74B509',
18,
Expand Down

0 comments on commit 258f46b

Please sign in to comment.