-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: dev
Are you sure you want to change the base?
Conversation
Signed-off-by: Evgeniy Abramov <5331145+kioqq@users.noreply.github.com>
import { | ||
generateFee, | ||
generateTypes, | ||
generateMessage, | ||
createEIP712, | ||
createMsgSubmitProposal, | ||
MSG_SUBMIT_TYPES, | ||
} from '@evmos/eip712'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
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
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
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
No description provided.