Skip to content

Commit 0f47446

Browse files
committed
refactor: update MockPyth ABI to change cumulativePrice and cumulativeConf types to price and conf
1 parent ee680b5 commit 0f47446

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

target_chains/ethereum/sdk/solidity/abis/MockPyth.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -191,18 +191,13 @@
191191
"type": "bytes32"
192192
},
193193
{
194-
"internalType": "int128",
195-
"name": "cumulativePrice",
196-
"type": "int128"
197-
},
198-
{
199-
"internalType": "uint128",
200-
"name": "cumulativeConf",
201-
"type": "uint128"
194+
"internalType": "int64",
195+
"name": "price",
196+
"type": "int64"
202197
},
203198
{
204199
"internalType": "uint64",
205-
"name": "numDownSlots",
200+
"name": "conf",
206201
"type": "uint64"
207202
},
208203
{
@@ -215,11 +210,6 @@
215210
"name": "publishTime",
216211
"type": "uint64"
217212
},
218-
{
219-
"internalType": "uint64",
220-
"name": "prevPublishTime",
221-
"type": "uint64"
222-
},
223213
{
224214
"internalType": "uint64",
225215
"name": "publishSlot",

0 commit comments

Comments
 (0)