Skip to content

Commit

Permalink
fix: remove unused evmHomeChainId from YourWalletPage component
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Dec 18, 2024
1 parent 0361cb1 commit 116ce00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/components/YourWalletPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const OlasBalance = () => {
const { selectedAgentConfig } = useServices();
const { totalStakedOlasBalance } = useBalanceContext();
const { masterWalletBalances } = useMasterBalances();
const { middlewareChain, evmHomeChainId } = useYourWallet();
const { middlewareChain } = useYourWallet();

const masterSafeOlasBalance = masterWalletBalances
?.filter(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"start:frontend": "cd frontend && yarn start",
"test:frontend": "cd frontend && yarn test"
},
"version": "0.2.0-rc39",
"version": "0.2.0-rc43",
"engine": {
"node": ">=20",
"yarn": ">=1.22.0",
Expand Down

0 comments on commit 116ce00

Please sign in to comment.