Skip to content

Commit 33c4a2b

Browse files
committed
requested changes
1 parent 1292b66 commit 33c4a2b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

contract_manager/src/store/contracts/EvmLazerContracts.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
"address": "0xACeA761c27A909d4D3895128EBe6370FDE2dF481",
55
"type": "EvmLazerContract"
66
},
7-
{
8-
"chain": "ethereal_testnet",
9-
"address": "0xACeA761c27A909d4D3895128EBe6370FDE2dF481",
10-
"type": "EvmLazerContract"
11-
},
127
{
138
"chain": "ethereal_testnet_v2",
149
"address": "0x4D4772F06c595F69FB57039599a180536FDE8245",

lazer/contracts/evm/test/PythLazerLibTestHelper.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ contract PythLazerLibTestHelper {
230230

231231
function getMarketSession(
232232
PythLazerStructs.Feed memory feed
233-
) external pure returns (int16) {
233+
) external pure returns (PythLazerStructs.MarketSession) {
234234
return PythLazerLib.getMarketSession(feed);
235235
}
236236
}

0 commit comments

Comments
 (0)