Skip to content

Commit f69bbb0

Browse files
authored
Fix import (#892)
* Checksum multicall address on addNetwork script * Fix import
1 parent b9dae0b commit f69bbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/addNetwork.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const networks = require('../src/networks.json');
2-
import { getAddress } from '@ethersproject/address';
2+
const { getAddress } = require('@ethersproject/address');
33

44
if (process.argv.length < 7) {
55
console.log(

0 commit comments

Comments
 (0)