@0x/ethereum-types
: Make ConstructorAbi.payable
optional.
This commit is contained in:
parent
82774df715
commit
f966b6f4df
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "3.3.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Make `payable` field in `ConstructorAbi` optional",
|
||||
"pr": 2648
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.2.0",
|
||||
"changes": [
|
||||
|
@ -101,7 +101,7 @@ export interface ConstructorAbi {
|
||||
// from JSON files, and this value has type `string` not type `'constructor'`
|
||||
type: string;
|
||||
inputs: DataItem[];
|
||||
payable: boolean;
|
||||
payable?: boolean;
|
||||
stateMutability: ConstructorStateMutability;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user