We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee680b5 commit 0f47446Copy full SHA for 0f47446
target_chains/ethereum/sdk/solidity/abis/MockPyth.json
@@ -191,18 +191,13 @@
191
"type": "bytes32"
192
},
193
{
194
- "internalType": "int128",
195
- "name": "cumulativePrice",
196
- "type": "int128"
197
- },
198
- {
199
- "internalType": "uint128",
200
- "name": "cumulativeConf",
201
- "type": "uint128"
+ "internalType": "int64",
+ "name": "price",
+ "type": "int64"
202
203
204
"internalType": "uint64",
205
- "name": "numDownSlots",
+ "name": "conf",
206
"type": "uint64"
207
208
@@ -215,11 +210,6 @@
215
210
"name": "publishTime",
216
211
217
212
218
219
- "internalType": "uint64",
220
- "name": "prevPublishTime",
221
- "type": "uint64"
222
223
213
224
214
225
"name": "publishSlot",
0 commit comments