@1delta/margin-fetcher 0.0.155 → 0.0.158
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ccip-MRVHO3PE.js +5 -0
- package/dist/{ccip-GIMPTIO7.js.map → ccip-MRVHO3PE.js.map} +1 -1
- package/dist/{chunk-2TBRXA5J.js → chunk-QCZNLSVI.js} +4 -4
- package/dist/{chunk-2TBRXA5J.js.map → chunk-QCZNLSVI.js.map} +1 -1
- package/dist/index.js +107 -100
- package/dist/index.js.map +1 -1
- package/dist/lending/public-data/lista/getMarketsOnChain.d.ts.map +1 -1
- package/dist/lending/public-data/lista/publicCallBuild.d.ts +3 -4
- package/dist/lending/public-data/lista/publicCallBuild.d.ts.map +1 -1
- package/dist/lending/user-data/morpho/decoder.d.ts +1 -1
- package/dist/lending/user-data/morpho/decoder.d.ts.map +1 -1
- package/dist/lending/user-data/morpho/userCallParse.d.ts.map +1 -1
- package/dist/lending/user-data/summary/buildSummaries.d.ts.map +1 -1
- package/dist/types/lenderTypes.d.ts +2 -2
- package/package.json +2 -2
- package/dist/ccip-GIMPTIO7.js +0 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"ccip-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"ccip-MRVHO3PE.js"}
|
|
@@ -3746,7 +3746,7 @@ async function call(client, args) {
|
|
|
3746
3746
|
return { data: response };
|
|
3747
3747
|
} catch (err) {
|
|
3748
3748
|
const data2 = getRevertErrorData(err);
|
|
3749
|
-
const { offchainLookup: offchainLookup2, offchainLookupSignature: offchainLookupSignature2 } = await import('./ccip-
|
|
3749
|
+
const { offchainLookup: offchainLookup2, offchainLookupSignature: offchainLookupSignature2 } = await import('./ccip-MRVHO3PE.js');
|
|
3750
3750
|
if (client.ccipRead !== false && data2?.slice(0, 10) === offchainLookupSignature2 && to)
|
|
3751
3751
|
return { data: await offchainLookup2(client, { data: data2, to }) };
|
|
3752
3752
|
if (deploylessCall && data2?.slice(0, 10) === "0x101bb98d")
|
|
@@ -4127,6 +4127,6 @@ async function ccipRequest({ data, sender, urls }) {
|
|
|
4127
4127
|
throw error;
|
|
4128
4128
|
}
|
|
4129
4129
|
|
|
4130
|
-
export { AbiEncodingLengthMismatchError, BaseError3 as BaseError, BytesSizeMismatchError, InvalidAddressError, UnsupportedPackedAbiType, arrayRegex, boolToHex, bytesRegex2 as bytesRegex, ccipRequest, concatHex, decodeAbiParameters, decodeFunctionResult, encodeFunctionData, formatEther, formatUnits, integerRegex2 as integerRegex, isAddress, numberToHex, offchainLookup, offchainLookupAbiItem, offchainLookupSignature, pad2 as pad, stringToHex };
|
|
4131
|
-
//# sourceMappingURL=chunk-
|
|
4132
|
-
//# sourceMappingURL=chunk-
|
|
4130
|
+
export { AbiEncodingLengthMismatchError, BaseError3 as BaseError, BytesSizeMismatchError, InvalidAddressError, UnsupportedPackedAbiType, arrayRegex, boolToHex, bytesRegex2 as bytesRegex, ccipRequest, concatHex, decodeAbiParameters, decodeFunctionResult, encodeFunctionData, formatEther, formatUnits, integerRegex2 as integerRegex, isAddress, numberToHex, offchainLookup, offchainLookupAbiItem, offchainLookupSignature, pad2 as pad, parseAbi, stringToHex };
|
|
4131
|
+
//# sourceMappingURL=chunk-QCZNLSVI.js.map
|
|
4132
|
+
//# sourceMappingURL=chunk-QCZNLSVI.js.map
|