Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Feb 12, 2024
1 parent 6996f90 commit 42a5787
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion src/plugins/oSnap/components/Input/MethodParameter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { ParamType } from '@ethersproject/abi';
import { isAddress } from '@ethersproject/address';
import { isBigNumberish } from '@ethersproject/bignumber/lib/bignumber';
import AddressInput from './Address.vue';
import { formatBytes32String } from '@ethersproject/strings';
import { hexZeroPad, isBytesLike } from '@ethersproject/bytes';
const props = defineProps<{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script setup lang="ts">
import { parseAmount } from '@/helpers/utils';
import { FunctionFragment } from '@ethersproject/abi';
import { isAddress } from '@ethersproject/address';
Expand Down
13 changes: 1 addition & 12 deletions src/plugins/oSnap/utils/validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,7 @@ import { isBigNumberish } from '@ethersproject/bignumber/lib/bignumber';
import { isHexString } from '@ethersproject/bytes';
import getProvider from '@snapshot-labs/snapshot.js/src/utils/provider';
import { OPTIMISTIC_GOVERNOR_ABI } from '../constants';
import {
BaseTransaction,
ContractInteractionTransaction,
NFT,
Token,
Transaction,
TransferFundsTransaction,
TransferNftTransaction
} from '../types';
import { extractMethodArgs, getABIWriteFunctions } from './abi';
import { isNativeAsset } from './coins';
import { FunctionFragment } from '@ethersproject/abi';
import { BaseTransaction, NFT, Token, Transaction } from '../types';
import { parseUnits } from '@ethersproject/units';

/**
Expand Down

0 comments on commit 42a5787

Please sign in to comment.