Skip to content

Commit

Permalink
fix: remove bolt
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Oct 26, 2023
1 parent 939c036 commit 1ceadd9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions apps/common/contexts/useWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ import {
OPT_YVOP_VELO_STAKING_CONTRACT,
OPT_YVOP_WETH_STAKING_CONTRACT,
OPT_YVSNX_USDC_STAKING_CONTRACT,
OPT_YVSTERN_ERN_STAKING_CONTRACT,
OPT_YVSTG_USDC_STAKING_CONTRACT,
OPT_YVSUSCUSDC_STAKING_CONTRACT,
OPT_YVTBTC_WBTC_STAKING_CONTRACT,
OPT_YVTBTC_WETH_STAKING_CONTRACT,
Expand All @@ -35,8 +37,6 @@ import {
OPT_YVVELO_USDC_STAKING_CONTRACT,
OPT_YVWUSDR_USDC_STAKING_CONTRACT,
OPT_YVWUSDRV2_USDC_STAKING_CONTRACT,
OPT_YVSTERN_ERN_STAKING_CONTRACT,
OPT_YVSTG_USDC_STAKING_CONTRACT,
STACKING_TO_VAULT
} from '@vaults/constants/optRewards';
import {useUI} from '@yearn-finance/web-lib/contexts/useUI';
Expand Down Expand Up @@ -182,7 +182,12 @@ export const WalletContextApp = memo(function WalletContextApp({children}: {chil
{chainID: 10, address: OPT_YVTBTC_WETH_STAKING_CONTRACT, symbol: 'yvVelo-tBTC-WETH', decimals: 18},
{chainID: 10, address: OPT_YVTBTC_WBTC_STAKING_CONTRACT, symbol: 'yvVelo-tBTC-WBTC', decimals: 18},
{chainID: 10, address: OPT_YVOP_WETH_STAKING_CONTRACT, symbol: 'yvVelo-OP-WETH', decimals: 18},
{chainID: 10, address: OPT_YVWUSDRV2_USDC_STAKING_CONTRACT, symbol: 'yvVelo-wUSDRv2-USDC', decimals: 18},
{
chainID: 10,
address: OPT_YVWUSDRV2_USDC_STAKING_CONTRACT,
symbol: 'yvVelo-wUSDRv2-USDC',
decimals: 18
},
{chainID: 10, address: OPT_YVSTERN_ERN_STAKING_CONTRACT, symbol: 'yvVelo-stERN-ERN', decimals: 18},
{chainID: 10, address: OPT_YVSTG_USDC_STAKING_CONTRACT, symbol: 'yvVelo-STG-USDC', decimals: 18}
]
Expand Down

0 comments on commit 1ceadd9

Please sign in to comment.