Skip to content

Commit

Permalink
Add setMulticallAddress to default export
Browse files Browse the repository at this point in the history
  • Loading branch information
cavanmflynn committed Dec 28, 2020
1 parent 67a2721 commit 5a77eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { Provider, setMulticallAddress } from './provider';
import { ContractCall } from './types';

export { Contract, Provider, ContractCall, setMulticallAddress };
export default { Contract, Provider };
export default { Contract, Provider, setMulticallAddress };

0 comments on commit 5a77eba

Please sign in to comment.