Skip to content

Commit

Permalink
ui: small fixes (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofromguy committed Oct 24, 2023
2 parents 26dd45b + 1ae3d92 commit 527a7bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions projects/ui/src/components/Analytics/Silo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ const SiloAnalytics: FC<{}> = () => {
>
<Tab label="Deposited BEAN" />
<Tab label="Deposited BEAN3CRV" />
<Tab label="Deposited BEANWETH" />
<Tab label="Deposited BEANETH" />
<Tab label="Deposited urBEAN" />
<Tab label="Deposited urBEAN3CRV" />
<Tab label="Deposited urBEANETH" />
<Tab label="Stalk" />
{/* <Tab label="Seeds" /> */}
<Tab label="0 Seeds Bean vAPY" />
Expand Down
4 changes: 2 additions & 2 deletions projects/ui/src/lib/Txn/FarmSteps/silo/ConvertFarmStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@ export class ConvertFarmStep extends FarmStep {
const pathMatrix = [
[siloConvert.Bean, siloConvert.BeanCrv3],
[siloConvert.Bean, siloConvert.BeanEth],
[siloConvert.Bean, siloConvert.BeanCrv3, siloConvert.BeanEth],
[siloConvert.Bean, siloConvert.BeanEth, siloConvert.BeanCrv3],
[siloConvert.urBean, siloConvert.urBeanWeth],
];

/// b/c siloConvert uses it's own token instances
const sdkTokenPathMatrix = [
[sdk.tokens.BEAN, sdk.tokens.BEAN_CRV3_LP],
[sdk.tokens.BEAN, sdk.tokens.BEAN_ETH_WELL_LP],
[sdk.tokens.BEAN, sdk.tokens.BEAN_CRV3_LP, sdk.tokens.BEAN_ETH_WELL_LP],
[sdk.tokens.BEAN, sdk.tokens.BEAN_ETH_WELL_LP, sdk.tokens.BEAN_CRV3_LP],
[sdk.tokens.UNRIPE_BEAN, sdk.tokens.UNRIPE_BEAN_WETH],
];

Expand Down

0 comments on commit 527a7bd

Please sign in to comment.