@solana/web3.js 2.1.0-canary-20241118102051 → 2.1.0-canary-20241119082921
Sign up to get free protection for your applications and to get access to all the features.
@@ -1542,7 +1542,8 @@ this.globalThis.solanaWeb3 = (function (exports) {
|
|
1542
1542
|
return Object.freeze({
|
1543
1543
|
executable: rpcAccount.executable,
|
1544
1544
|
lamports: rpcAccount.lamports,
|
1545
|
-
programAddress: rpcAccount.owner
|
1545
|
+
programAddress: rpcAccount.owner,
|
1546
|
+
space: rpcAccount.space
|
1546
1547
|
});
|
1547
1548
|
}
|
1548
1549
|
async function fetchEncodedAccount(rpc, address2, config = {}) {
|
@@ -4210,7 +4211,7 @@ this.globalThis.solanaWeb3 = (function (exports) {
|
|
4210
4211
|
...config.headers ? normalizeHeaders2(config.headers) : void 0,
|
4211
4212
|
...{
|
4212
4213
|
// Keep these headers lowercase so they will override any user-supplied headers above.
|
4213
|
-
"solana-client": `js/${"2.1.0-canary-
|
4214
|
+
"solana-client": `js/${"2.1.0-canary-20241119082921"}`
|
4214
4215
|
}
|
4215
4216
|
}
|
4216
4217
|
}),
|