File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export class ContractDeployer {
32
32
this . controller = await this . uploadController ( ) ;
33
33
await this . uploadAugur ( ) ;
34
34
await this . uploadAllContracts ( ) ;
35
- await this . initializeAllContracts ( ) ;
35
+ await this . initializeAllContracts ( ) ;
36
36
await this . whitelistTradingContracts ( ) ;
37
37
38
38
if ( this . configuration . createGenesisUniverse ) {
@@ -243,7 +243,6 @@ export class ContractDeployer {
243
243
if ( this . contracts . get ( 'Augur' ) . address === undefined ) throw new Error ( `Augur not uploaded.` ) ;
244
244
mapping [ 'Augur' ] = this . contracts . get ( 'Augur' ) . address ! ;
245
245
mapping [ 'LegacyReputationToken' ] = this . contracts . get ( 'LegacyReputationToken' ) . address ! ;
246
- mapping [ 'Mailbox' ] = this . contracts . get ( 'Mailbox' ) . address ! ;
247
246
for ( let contract of this . contracts ) {
248
247
if ( ! contract . relativeFilePath . startsWith ( 'trading/' ) ) continue ;
249
248
if ( / ^ I [ A - Z ] .* / . test ( contract . contractName ) ) continue ;
You can’t perform that action at this time.
0 commit comments