Merge pull request #2220 from 0xProject/feat/erc20-bridge/hello-world

ERC20BridgeProxy
This commit is contained in:
Lawrence Forman
2019-09-30 20:52:36 -04:00
committed by GitHub
18 changed files with 734 additions and 2 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

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