ran prettier

This commit is contained in:
Greg Hysen
2018-12-22 14:50:24 -08:00
parent 77a2ca1ddc
commit a00e416a19
3 changed files with 6 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ export enum NetworkId {
Ganache = 50,
}
const NULL_ADDRESS = '0x0000000000000000000000000000000000000000';
const NULL_ADDRESS = '0x0000000000000000000000000000000000000000';
const networkToAddresses: { [networkId: number]: ContractAddresses } = {
1: {