We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9dae0b commit f69bbb0Copy full SHA for f69bbb0
scripts/addNetwork.ts
@@ -1,5 +1,5 @@
1
const networks = require('../src/networks.json');
2
-import { getAddress } from '@ethersproject/address';
+const { getAddress } = require('@ethersproject/address');
3
4
if (process.argv.length < 7) {
5
console.log(
0 commit comments