Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Feb 14, 2024
1 parent ce9eaee commit 499a91e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions src/plugins/oSnap/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ import {
Transaction
} from './types';
import {
allTransactionsValid,
getGnosisSafeBalances,
getGnosisSafeCollectibles,
getIsOsnapEnabled,
getModuleAddressForTreasury,
validateOsnapTransaction
getModuleAddressForTreasury
} from './utils';
import OsnapMarketingWidget from './components/OsnapMarketingWidget.vue';
Expand Down
4 changes: 1 addition & 3 deletions src/plugins/oSnap/components/Input/Address.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<script setup lang="ts">
import { computedAsync } from '@vueuse/core';
import { Network } from '../../types';
import { isContractAddress, mustBeEthereumAddress } from '../../utils';
import { mustBeEthereumAddress } from '../../utils';
const props = defineProps<{
modelValue: string;
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/oSnap/utils/abi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import {
mustBeEthereumAddress,
mustBeEthereumContractAddress
} from './validators';
import { isErrorWithMessage } from '../types';
import { fetchImplementationAddress } from './getters';

/**
* Checks if the `parameter` of a contract method `method` takes an array or tuple as input, based on the `baseType` of the parameter.
Expand Down

0 comments on commit 499a91e

Please sign in to comment.