Skip to content

Commit

Permalink
chore: renamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola committed Sep 10, 2024
1 parent 707bf56 commit a22c6c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/core/src/multicall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
import { Web3Provider } from '@ethersproject/providers';
import { Contract, utils } from 'ethers';

import { MulticallAbi } from './abiMulticall.js';
import { MulticallAbi } from './multicallAbi.js';
import type { Eip1193Provider, FeeHandlerType, RouteIndexerType } from './types.js';

enum MulticallDeployedNetworks {
Expand Down

0 comments on commit a22c6c0

Please sign in to comment.