aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/extensions/test/utils/dutch_auction_test_wrapper.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/extensions/test/utils/dutch_auction_test_wrapper.ts')
-rw-r--r--contracts/extensions/test/utils/dutch_auction_test_wrapper.ts6
1 files changed, 4 insertions, 2 deletions
diff --git a/contracts/extensions/test/utils/dutch_auction_test_wrapper.ts b/contracts/extensions/test/utils/dutch_auction_test_wrapper.ts
index 985af336d..5899ffcac 100644
--- a/contracts/extensions/test/utils/dutch_auction_test_wrapper.ts
+++ b/contracts/extensions/test/utils/dutch_auction_test_wrapper.ts
@@ -1,6 +1,7 @@
+import { artifacts as erc20Artifacts } from '@0x/contracts-erc20';
+import { artifacts as erc721Artifacts } from '@0x/contracts-erc721';
import { artifacts as exchangeArtifacts } from '@0x/contracts-exchange';
import { LogDecoder } from '@0x/contracts-test-utils';
-import { artifacts as tokensArtifacts } from '@0x/contracts-tokens';
import { DutchAuctionDetails, SignedOrder } from '@0x/types';
import { Web3Wrapper } from '@0x/web3-wrapper';
import { Provider, TransactionReceiptWithDecodedLogs } from 'ethereum-types';
@@ -19,7 +20,8 @@ export class DutchAuctionTestWrapper {
this._web3Wrapper = new Web3Wrapper(provider);
this._logDecoder = new LogDecoder(this._web3Wrapper, {
...artifacts,
- ...tokensArtifacts,
+ ...erc20Artifacts,
+ ...erc721Artifacts,
...exchangeArtifacts,
});
}
/misc/gnomeutils/Makefile?id=eb78762b4a41817456188b4c3bcec8dfffb87ea9'>eb78762b4a4
29a94b6583a
f702e23206b
29a94b6583a
dd58ba84960
723966f9672
29a94b6583a
e5bc81b5ff8
baa62d89b81

723966f9672
16f5bfbb232
723966f9672
17667de189a
932e9cdfc33
29a94b6583a
876f630b7e4

c751c0314c7
876f630b7e4

16f5bfbb232
baa62d89b81

f710791a75a
f710791a75a
29a94b6583a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
                                                  

                                                                               
 
           

 
                          
                       
                 
                          
                                    
                                                  
                                          
 
                                 
 
                                                
 
                   
                   

                                                      
                   
                                                 
                                                   
                                         
                                                                        
 

                                                                            
                                                                             

                    
 

                                                               
                                                                           
 
                      
# New ports collection makefile for:    gnomeutils
# Date created:             03 July 1998
# Whom:                 Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#

PORTNAME=   gnomeutils
PORTVERSION=    1.4.1.2
PORTREVISION=   1
CATEGORIES= misc gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-utils
DISTNAME=   gnome-utils-${PORTVERSION}

MAINTAINER= gnome@FreeBSD.org

LIB_DEPENDS=    gtop.1:${PORTSDIR}/devel/libgtop

USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GNOMENG=    yes
USE_GNOME=  gnomeprefix gnomehack gtkhtml libpanel
USE_LIBTOOL=    yes
CONFIGURE_ARGS= --with-messages=/var/log/messages
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET=   --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}

MAN1=   gcalc.1 gcharmap.1 gcolorsel.1 gdialog.1 gdict.1 gdiskfree.1 \
    gfontsel.1 gless.1 gnome-exe-handler.1 gsearchtool.1 guname.1 gw.1 \
    gtt.1 logview.1 meat-grinder.1 splac.1 splash.1 stripchart-applet.1 \
    stripchart.1
MAN8=   gshutdown.8

post-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
         s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure

.include <bsd.port.mk>