diff --git a/frontend/components/YourWalletPage/index.tsx b/frontend/components/YourWalletPage/index.tsx index 852cfc3f..c500bad3 100644 --- a/frontend/components/YourWalletPage/index.tsx +++ b/frontend/components/YourWalletPage/index.tsx @@ -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( diff --git a/package.json b/package.json index 86060bb8..5743c7e5 100644 --- a/package.json +++ b/package.json @@ -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",