Added artifacts, addresses, and wrappers

This commit is contained in:
Alex Towle
2019-12-18 16:15:10 -08:00
parent abb499aad8
commit 3310310d8c
8 changed files with 2630 additions and 1035 deletions

View File

@@ -1,4 +1,14 @@
[
{
"version": "13.3.0",
"changes": [
{
"note": "Added updated `DevUtils` wrapper",
"pr": 2402
}
],
"timestamp": 1576706957
},
{
"version": "13.2.0",
"changes": [

File diff suppressed because one or more lines are too long

View File

@@ -40,6 +40,7 @@ export class IAssetDataContract extends BaseContract {
* @ignore
*/
public static deployedBytecode: string | undefined;
public static contractName = 'IAssetData';
private readonly _methodABIIndex: { [name: string]: number } = {};
public static async deployFrom0xArtifactAsync(
artifact: ContractArtifact | SimpleContractArtifact,