Skip to content

Commit

Permalink
Merge branch 'master' into rerouting-for-stacking
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandrescu authored Jun 16, 2023
2 parents c7b9968 + b1abfbb commit f2eec08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import LoginIcon from '@mui/icons-material/Login';
import LogoutIcon from '@mui/icons-material/Logout';
import colors from '../consts/colorPallete';
import { useAppDispatch, useAppSelector } from '../redux/store';
import { connectAction, disconnectAction, updateUserRoleAction } from '../redux/actions';
import { connectAction, disconnectAction, updateAppThemeAction, updateUserRoleAction } from '../redux/actions';
import { selectCurrentTheme, selectCurrentUserRole, selectUserSessionState } from '../redux/reducers/user-state';
import { useLocation } from 'react-router-dom';
import { useEffect, useState } from 'react';
Expand Down
1 change: 1 addition & 0 deletions src/consts/readOnly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ export const readOnlyGetCurrentBlock = async () => {
return cvToJSON(currentBlock).value.value;
};

//exchange toggle for miners
// get-auto-exchange
// args: (address principal)
// what does it do: get the state of auto-exchange function
Expand Down

0 comments on commit f2eec08

Please sign in to comment.