aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/types/src/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts
index c038df50c..3c9b6bbc5 100644
--- a/packages/types/src/index.ts
+++ b/packages/types/src/index.ts
@@ -158,12 +158,12 @@ export enum AssetProxyId {
}
export interface ERC20AssetData {
- assetProxyId: AssetProxyId.ERC20;
+ assetProxyId: string;
tokenAddress: string;
}
export interface ERC721AssetData {
- assetProxyId: AssetProxyId.ERC721;
+ assetProxyId: string;
tokenAddress: string;
tokenId: BigNumber;
}
0b362ed401f8ac9'>disco
Commit message (Expand)AuthorAgeFilesLines
* Fix plistantoine2014-08-111-1/+2
* Fix build with clang.adamw2014-08-092-4/+11
* Support LIBS like LDFLAGS.tijl2014-06-111-1/+1
* Remove trailing whitespaces from category net-mgmtehaupt2014-02-211-1/+1
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
* - support STAGEjadawin2013-12-271-5/+5
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirror...amdmi32009-09-021-2/+1
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* - Update maintainer addressjadawin2008-03-121-1/+1
* - Update mastersite.jmelo2007-12-262-5/+7
* - Add SHA256pav2005-11-261-0/+1
* Pacify distfile survey.linimon2005-10-131-1/+1
* Fix MASTER_SITES.krion2005-10-111-1/+1
* Drop maintership.krion2005-04-221-1/+1
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-11