Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Apr 9, 2024
1 parent 20dcd94 commit b39d550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions snapshots.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

module.exports = {
__version: '12.17.2',
'Storage Types Contract': {
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/contract/DryRunResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
// SPDX-License-Identifier: GPL-3.0-only

import { AbiMessage } from '@polkadot/api-contract/types';
import { formatProofSize, formatRefTime } from '../../../lib/formatWeight';
import { DryRunError } from './DryRunError';
import { OutcomeItem } from './OutcomeItem';
import { classes } from 'lib/util';
import { ContractExecResult, Registry } from 'types';
import { useApi } from 'ui/contexts';
import { getDecodedOutput } from 'lib/output';
import { decodeStorageDeposit } from 'lib/callOptions';
import { formatProofSize, formatRefTime } from '../../../lib/formatWeight';

interface Props {
outcome: ContractExecResult;
Expand Down

0 comments on commit b39d550

Please sign in to comment.