Update ZeroExTransaction schema
This commit is contained in:
parent
1dd216b566
commit
e6b81a824d
@ -5,8 +5,9 @@
|
|||||||
"signerAddress": { "$ref": "/addressSchema" },
|
"signerAddress": { "$ref": "/addressSchema" },
|
||||||
"salt": { "$ref": "/wholeNumberSchema" },
|
"salt": { "$ref": "/wholeNumberSchema" },
|
||||||
"expirationTimeSeconds": { "$ref": "/wholeNumberSchema" },
|
"expirationTimeSeconds": { "$ref": "/wholeNumberSchema" },
|
||||||
|
"gasPrice": { "$ref": "/wholeNumberSchema" },
|
||||||
"domain": { "$ref": "/eip712DomainSchema" }
|
"domain": { "$ref": "/eip712DomainSchema" }
|
||||||
},
|
},
|
||||||
"required": ["data", "salt", "expirationTimeSeconds", "signerAddress", "domain"],
|
"required": ["data", "salt", "expirationTimeSeconds", "gasPrice", "signerAddress", "domain"],
|
||||||
"type": "object"
|
"type": "object"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user