Fix a compiler error with constructor enum
This commit is contained in:
parent
a2176f566b
commit
0f8b2703d1
@ -64,7 +64,7 @@ export const utils = {
|
||||
},
|
||||
getEmptyConstructor(): Web3.ConstructorAbi {
|
||||
return {
|
||||
type: 'constructor',
|
||||
type: Web3.AbiType.Constructor,
|
||||
stateMutability: 'nonpayable',
|
||||
payable: false,
|
||||
inputs: [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user