Added artifacts, addresses, and wrappers
This commit is contained in:
@@ -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
@@ -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,
|
||||
|
Reference in New Issue
Block a user