|
|
@@ -30,11 +30,6 @@
|
|
|
"name": "InvalidTwapUpdateDataSet",
|
|
|
"type": "error"
|
|
|
},
|
|
|
- {
|
|
|
- "inputs": [],
|
|
|
- "name": "InvalidUpdateData",
|
|
|
- "type": "error"
|
|
|
- },
|
|
|
{
|
|
|
"inputs": [],
|
|
|
"name": "NoFreshUpdate",
|
|
|
@@ -190,6 +185,16 @@
|
|
|
"name": "id",
|
|
|
"type": "bytes32"
|
|
|
},
|
|
|
+ {
|
|
|
+ "internalType": "uint64",
|
|
|
+ "name": "startTime",
|
|
|
+ "type": "uint64"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "internalType": "uint64",
|
|
|
+ "name": "endTime",
|
|
|
+ "type": "uint64"
|
|
|
+ },
|
|
|
{
|
|
|
"internalType": "int64",
|
|
|
"name": "price",
|
|
|
@@ -206,14 +211,9 @@
|
|
|
"type": "int32"
|
|
|
},
|
|
|
{
|
|
|
- "internalType": "uint64",
|
|
|
- "name": "publishTime",
|
|
|
- "type": "uint64"
|
|
|
- },
|
|
|
- {
|
|
|
- "internalType": "uint64",
|
|
|
- "name": "publishSlot",
|
|
|
- "type": "uint64"
|
|
|
+ "internalType": "uint32",
|
|
|
+ "name": "downSlotsRatio",
|
|
|
+ "type": "uint32"
|
|
|
}
|
|
|
],
|
|
|
"name": "createTwapPriceFeedUpdateData",
|
|
|
@@ -728,14 +728,14 @@
|
|
|
"type": "bytes32"
|
|
|
},
|
|
|
{
|
|
|
- "internalType": "uint256",
|
|
|
+ "internalType": "uint64",
|
|
|
"name": "startTime",
|
|
|
- "type": "uint256"
|
|
|
+ "type": "uint64"
|
|
|
},
|
|
|
{
|
|
|
- "internalType": "uint256",
|
|
|
+ "internalType": "uint64",
|
|
|
"name": "endTime",
|
|
|
- "type": "uint256"
|
|
|
+ "type": "uint64"
|
|
|
},
|
|
|
{
|
|
|
"components": [
|