@solana/kit 6.2.0 → 6.3.0-canary-20260310111724
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.
|
@@ -6011,8 +6011,7 @@ this.globalThis.solanaWeb3 = (function (exports) {
|
|
|
6011
6011
|
SOLANA_ERROR__TRANSACTION__FAILED_WHEN_SIMULATING_TO_ESTIMATE_COMPUTE_LIMIT
|
|
6012
6012
|
];
|
|
6013
6013
|
if (isSolanaError(error) && simulationCodes.includes(error.context.__code)) {
|
|
6014
|
-
const { __code, ...
|
|
6015
|
-
const preflightData = rest;
|
|
6014
|
+
const { __code, ...preflightData } = error.context;
|
|
6016
6015
|
return {
|
|
6017
6016
|
logs: (_a = preflightData.logs) != null ? _a : void 0,
|
|
6018
6017
|
preflightData,
|
|
@@ -8137,7 +8136,7 @@ this.globalThis.solanaWeb3 = (function (exports) {
|
|
|
8137
8136
|
...config.headers ? normalizeHeaders2(config.headers) : void 0,
|
|
8138
8137
|
...{
|
|
8139
8138
|
// Keep these headers lowercase so they will override any user-supplied headers above.
|
|
8140
|
-
"solana-client": `js/${"6.
|
|
8139
|
+
"solana-client": `js/${"6.3.0-canary-20260310111724"}`
|
|
8141
8140
|
}
|
|
8142
8141
|
}
|
|
8143
8142
|
}),
|