@indexing/jiti 0.0.70 → 0.0.72
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/main.js +33 -10
- package/dist/main.js.map +1 -1
- package/dist/module.js +28 -5
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +48 -27
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -26,9 +26,6 @@ function $parcel$exportWildcard(dest, source) {
|
|
|
26
26
|
function $parcel$export(e, n, v, s) {
|
|
27
27
|
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
|
28
28
|
}
|
|
29
|
-
var $81c1b644006d48ec$exports = {};
|
|
30
|
-
|
|
31
|
-
|
|
32
29
|
var $fde9406d76ec24a9$exports = {};
|
|
33
30
|
var $82293038337e7b3f$exports = {};
|
|
34
31
|
|
|
@@ -1395,13 +1392,14 @@ const $64e1e522540ffc4e$export$a51565c56ceacb0a = {
|
|
|
1395
1392
|
$64e1e522540ffc4e$var$SPL_TOKEN_2022_PROGRAM
|
|
1396
1393
|
].includes(programId)) {
|
|
1397
1394
|
// TRANSFER, TRANSFER CHECKED
|
|
1398
|
-
if (instSig.startsWith("3,") && inst.accounts.length
|
|
1395
|
+
if (instSig.startsWith("3,") && inst.accounts.length >= 3 || instSig.startsWith("12,") && inst.accounts.length >= 4) {
|
|
1399
1396
|
const amountData = $64e1e522540ffc4e$require$Buffer.from(instData).slice(1, 9);
|
|
1400
1397
|
if (amountData.length < 8) continue;
|
|
1401
1398
|
const amount = BigInt(amountData.readBigUInt64LE(0).toString());
|
|
1402
1399
|
const fromIdx = inst.accounts[0];
|
|
1403
1400
|
let toIdx = inst.accounts.length === 5 ? inst.accounts[4] : inst.accounts[inst.accounts.length - 2];
|
|
1404
|
-
if (
|
|
1401
|
+
if (programId === $64e1e522540ffc4e$var$SPL_TOKEN_PROGRAM && inst.accounts.length === 5) toIdx = inst.accounts[2];
|
|
1402
|
+
else if (programId === $64e1e522540ffc4e$var$SPL_TOKEN_PROGRAM && inst.accounts.length === 4 && instSig.startsWith("3,")) toIdx = inst.accounts[1];
|
|
1405
1403
|
let from = createdAccountsToOwner[allAccounts[fromIdx]];
|
|
1406
1404
|
let to = createdAccountsToOwner[allAccounts[toIdx]];
|
|
1407
1405
|
let mint;
|
|
@@ -2860,6 +2858,28 @@ const $64e1e522540ffc4e$export$a51565c56ceacb0a = {
|
|
|
2860
2858
|
transactionHash: "GxodFb9CmZfNwduEbtKdFtBs3CEgFt5h4MAPsA2pwQWMr2jiYWX1SvGoyRftmwQDVYdqvwEbPNrU8gJEeTU1u5T"
|
|
2861
2859
|
}
|
|
2862
2860
|
]
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
params: {
|
|
2864
|
+
network: "SOLANA",
|
|
2865
|
+
transactionHash: "3eeMTdpdDftMN2KCNbwLg2kYycgVGU1ojMwHocqNtYgSXpcsrdxwzVPaHZpZYQFkXH7ndnAtDo8h4m6DP5jGjvyX",
|
|
2866
|
+
contractAddress: "oreoU2P8bN6jkk3jbaiVxYnG1dCXcYxwhwyK9jSybcp"
|
|
2867
|
+
},
|
|
2868
|
+
payload: "https://jiti.indexing.co/networks/solana/379199656",
|
|
2869
|
+
output: [
|
|
2870
|
+
{
|
|
2871
|
+
amount: 3074929252449n,
|
|
2872
|
+
blockNumber: 379199656,
|
|
2873
|
+
from: "EJ8trQpEqfFBrfdxccvspySexWPwci73Nhs2pUgkxwPQ",
|
|
2874
|
+
index: "3-1",
|
|
2875
|
+
timestamp: "2025-11-10T16:46:28.000Z",
|
|
2876
|
+
to: "AwUZyzJ9T9KD84kGTjNUBwzxWobysdX7wVeTXV8yVkG3",
|
|
2877
|
+
token: "oreoU2P8bN6jkk3jbaiVxYnG1dCXcYxwhwyK9jSybcp",
|
|
2878
|
+
tokenType: "TOKEN",
|
|
2879
|
+
transactionGasFee: 5000n,
|
|
2880
|
+
transactionHash: "3eeMTdpdDftMN2KCNbwLg2kYycgVGU1ojMwHocqNtYgSXpcsrdxwzVPaHZpZYQFkXH7ndnAtDo8h4m6DP5jGjvyX"
|
|
2881
|
+
}
|
|
2882
|
+
]
|
|
2863
2883
|
}
|
|
2864
2884
|
]
|
|
2865
2885
|
};
|
|
@@ -10920,6 +10940,9 @@ var $a4b307b872b01f44$export$2e2bcd8739ae039 = $a4b307b872b01f44$var$rawTemplate
|
|
|
10920
10940
|
|
|
10921
10941
|
|
|
10922
10942
|
|
|
10943
|
+
var $81c1b644006d48ec$exports = {};
|
|
10944
|
+
|
|
10945
|
+
|
|
10923
10946
|
const $149c1bd638913645$export$eab97d15b1788b8d = {
|
|
10924
10947
|
...$fde9406d76ec24a9$exports
|
|
10925
10948
|
};
|