Added tests for (most functions in) LibBytes. The write methods are not currently compatible with our generated contract wrappers.

This commit is contained in:
Greg Hysen
2018-04-18 00:53:53 -07:00
committed by Amir Bandeali
parent 95dbc0f5bc
commit a0c7da95c2
3 changed files with 241 additions and 2 deletions

View File

@@ -111,6 +111,7 @@ export enum ContractName {
ERC20Proxy = 'ERC20Proxy',
ERC721Proxy = 'ERC721Proxy',
DummyERC721Token = 'DummyERC721Token',
LibBytes = 'LibBytes',
}
export interface Artifact {