@indexing/jiti 0.0.69 → 0.0.70
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 +24 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +24 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1410,7 +1410,8 @@ const $fc7ca671efecc378$export$a51565c56ceacb0a = {
|
|
|
1410
1410
|
if (amountData.length < 8) continue;
|
|
1411
1411
|
const amount = BigInt(amountData.readBigUInt64LE(0).toString());
|
|
1412
1412
|
const fromIdx = inst.accounts[0];
|
|
1413
|
-
|
|
1413
|
+
let toIdx = inst.accounts.length === 5 ? inst.accounts[4] : inst.accounts[inst.accounts.length - 2];
|
|
1414
|
+
if (inst.accounts.length === 5 && programId === $fc7ca671efecc378$var$SPL_TOKEN_PROGRAM) toIdx = inst.accounts[2];
|
|
1414
1415
|
let from = createdAccountsToOwner[allAccounts[fromIdx]];
|
|
1415
1416
|
let to = createdAccountsToOwner[allAccounts[toIdx]];
|
|
1416
1417
|
let mint;
|
|
@@ -2847,6 +2848,28 @@ const $fc7ca671efecc378$export$a51565c56ceacb0a = {
|
|
|
2847
2848
|
transactionHash: "5e9vdMRoae9xGbDdcbiG3skxniuXyigxQiKY9quMht9xzToYqvuKHV8Qo38j4oNVmAfiKAtPniFrL4AB6hPw5H3T"
|
|
2848
2849
|
}
|
|
2849
2850
|
]
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
params: {
|
|
2854
|
+
network: "SOLANA",
|
|
2855
|
+
transactionHash: "GxodFb9CmZfNwduEbtKdFtBs3CEgFt5h4MAPsA2pwQWMr2jiYWX1SvGoyRftmwQDVYdqvwEbPNrU8gJEeTU1u5T",
|
|
2856
|
+
walletAddress: "ECuAG1KtnnNYW5bx3h356Gr69P2UekxYSy4vkg9tB9qG"
|
|
2857
|
+
},
|
|
2858
|
+
payload: "https://jiti.indexing.co/networks/solana/364694991",
|
|
2859
|
+
output: [
|
|
2860
|
+
{
|
|
2861
|
+
amount: 6140759n,
|
|
2862
|
+
blockNumber: 364694991,
|
|
2863
|
+
from: "CDr3sjXFHVPZYp8k7AUNHVJDN1sfvppLfPHd4Pwk8Mha",
|
|
2864
|
+
index: "3",
|
|
2865
|
+
timestamp: "2025-09-04T22:46:33.000Z",
|
|
2866
|
+
to: "ECuAG1KtnnNYW5bx3h356Gr69P2UekxYSy4vkg9tB9qG",
|
|
2867
|
+
token: "4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R",
|
|
2868
|
+
tokenType: "TOKEN",
|
|
2869
|
+
transactionGasFee: 79996n,
|
|
2870
|
+
transactionHash: "GxodFb9CmZfNwduEbtKdFtBs3CEgFt5h4MAPsA2pwQWMr2jiYWX1SvGoyRftmwQDVYdqvwEbPNrU8gJEeTU1u5T"
|
|
2871
|
+
}
|
|
2872
|
+
]
|
|
2850
2873
|
}
|
|
2851
2874
|
]
|
|
2852
2875
|
};
|