@0x/types: Add ERC20Bridge to AssetProxyId

This commit is contained in:
Lawrence Forman
2019-09-30 16:10:59 -07:00
parent 8006e4fe3b
commit 737ad586a5
2 changed files with 5 additions and 0 deletions

View File

@@ -13,6 +13,10 @@
{
"note": "Add status types for Staking contracts",
"pr": 1910
},
{
"note": "Add `ERC20Bridge` to `AssetProxyId`",
"pr": 2220
}
]
},

View File

@@ -177,6 +177,7 @@ export enum AssetProxyId {
MultiAsset = '0x94cfcdd7',
ERC1155 = '0xa7cb5fb7',
StaticCall = '0xc339d10a',
ERC20Bridge = '0xdc1600f3',
}
export interface ERC20AssetData {