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 c060583 commit c5c369fCopy full SHA for c5c369f
scripts/deploy-vote.ts
@@ -1,5 +1,5 @@
1
import { ethers, network } from 'hardhat';
2
-import {formatUnits, parseUnits} from '@ethersproject/units';
+import { formatUnits, parseUnits } from '@ethersproject/units';
3
import { Ballot__factory } from '../typings/factories/contracts/Ballot__factory';
4
import { DeepSquare__factory } from '../typings/factories/contracts/DeepSquare__factory';
5
import { VotingDelegation__factory } from '../typings/factories/contracts/VotingDelegation__factory';
0 commit comments