@1delta/margin-fetcher 0.0.404 → 0.0.406
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-5UG36BRY.js +5 -0
- package/dist/{ccip-VFYF2C5F.js.map → ccip-5UG36BRY.js.map} +1 -1
- package/dist/{chunk-Z3MGRQJR.js → chunk-SRWUFRRR.js} +4 -4
- package/dist/{chunk-Z3MGRQJR.js.map → chunk-SRWUFRRR.js.map} +1 -1
- package/dist/index.d.ts +590 -10
- package/dist/index.js +2292 -451
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
- package/dist/ccip-VFYF2C5F.js +0 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"ccip-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"ccip-5UG36BRY.js"}
|
|
@@ -3768,7 +3768,7 @@ async function call(client, args) {
|
|
|
3768
3768
|
return { data: response };
|
|
3769
3769
|
} catch (err) {
|
|
3770
3770
|
const data2 = getRevertErrorData(err);
|
|
3771
|
-
const { offchainLookup: offchainLookup2, offchainLookupSignature: offchainLookupSignature2 } = await import('./ccip-
|
|
3771
|
+
const { offchainLookup: offchainLookup2, offchainLookupSignature: offchainLookupSignature2 } = await import('./ccip-5UG36BRY.js');
|
|
3772
3772
|
if (client.ccipRead !== false && data2?.slice(0, 10) === offchainLookupSignature2 && to)
|
|
3773
3773
|
return { data: await offchainLookup2(client, { data: data2, to }) };
|
|
3774
3774
|
if (deploylessCall && data2?.slice(0, 10) === "0x101bb98d")
|
|
@@ -4149,6 +4149,6 @@ async function ccipRequest({ data, sender, urls }) {
|
|
|
4149
4149
|
throw error;
|
|
4150
4150
|
}
|
|
4151
4151
|
|
|
4152
|
-
export { AbiEncodingLengthMismatchError, BaseError3 as BaseError, BytesSizeMismatchError, InvalidAddressError, UnsupportedPackedAbiType, arrayRegex, boolToHex, bytesRegex2 as bytesRegex, ccipRequest, concatHex, decodeAbiParameters, decodeFunctionResult, encodeAbiParameters, encodeFunctionData, formatEther, formatUnits, getAddress, integerRegex2 as integerRegex, isAddress, keccak256, numberToHex, offchainLookup, offchainLookupAbiItem, offchainLookupSignature, pad2 as pad, parseAbi, stringToHex };
|
|
4153
|
-
//# sourceMappingURL=chunk-
|
|
4154
|
-
//# sourceMappingURL=chunk-
|
|
4152
|
+
export { AbiEncodingLengthMismatchError, BaseError3 as BaseError, BytesSizeMismatchError, InvalidAddressError, UnsupportedPackedAbiType, arrayRegex, boolToHex, bytesRegex2 as bytesRegex, bytesToHex, ccipRequest, concat, concatHex, createCursor, decodeAbiParameters, decodeFunctionResult, encodeAbiParameters, encodeFunctionData, formatEther, formatUnits, getAddress, hexToBytes, integerRegex2 as integerRegex, isAddress, keccak256, numberToHex, offchainLookup, offchainLookupAbiItem, offchainLookupSignature, pad2 as pad, parseAbi, slice, stringToHex, toBytes2 as toBytes };
|
|
4153
|
+
//# sourceMappingURL=chunk-SRWUFRRR.js.map
|
|
4154
|
+
//# sourceMappingURL=chunk-SRWUFRRR.js.map
|