File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
contract_manager/src/store/contracts Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments