Skip to content

Commit

Permalink
remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Jan 16, 2025
1 parent bcd0c16 commit d191092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tenderly-simulation.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* eslint-disable no-console */
import axios, { AxiosError } from 'axios';
import axios from 'axios';
import { TxObject } from '../src/types';
import { StateOverrides } from './smart-tokens';
import { Provider, StaticJsonRpcProvider } from '@ethersproject/providers';
import { Provider } from '@ethersproject/providers';
import { ethers } from 'ethers';
import { Network } from '../build/constants';

Expand Down

0 comments on commit d191092

Please sign in to comment.