Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(shell): create new proposal page #847

Open
wants to merge 14 commits into
base: dev
Choose a base branch
from
Open

Conversation

olegshilov
Copy link
Member

No description provided.

Comment on lines +4 to +11
import {
generateFee,
generateTypes,
generateMessage,
createEIP712,
createMsgSubmitProposal,
MSG_SUBMIT_TYPES,
} from '@evmos/eip712';

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused imports MSG_SUBMIT_TYPES, createEIP712, createMsgSubmitProposal, generateFee, generateMessage, generateTypes.
Comment on lines +46 to +51
import {
BroadcastTxResponse,
DEFAULT_FEE,
VESTING_DEFAULT_FEE,
getChainParams,
} from '@haqq/data-access-cosmos';

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import DEFAULT_FEE.
Comment on lines +22 to +31
import {
Button,
Container,
Heading,
LinkIcon,
ToastError,
ToastLoading,
ToastSuccess,
Tooltip,
} from '@haqq/shell-ui-kit';

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused imports Container, Tooltip.
Comment on lines +22 to +31
import {
Button,
Container,
Heading,
LinkIcon,
ToastError,
ToastLoading,
ToastSuccess,
// Tooltip,
} from '@haqq/shell-ui-kit';

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import Container.
import { usePostHog } from 'posthog-js/react';
import { formatUnits } from 'viem';
import { formatUnits, toHex } from 'viem';

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import toHex.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants