@0dotxyz/p0-ts-sdk 2.5.5-alpha.4 → 2.5.5-alpha.6
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/index.cjs +2648 -2129
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +285 -32
- package/dist/index.d.ts +285 -32
- package/dist/index.js +2637 -2128
- package/dist/index.js.map +1 -1
- package/dist/vendor.cjs +1 -0
- package/dist/vendor.cjs.map +1 -1
- package/dist/vendor.js +1 -0
- package/dist/vendor.js.map +1 -1
- package/package.json +1 -1
package/dist/vendor.js
CHANGED
|
@@ -248,6 +248,7 @@ BigInt("18446744073709551615").toString();
|
|
|
248
248
|
new PublicKey("So11111111111111111111111111111111111111112");
|
|
249
249
|
new PublicKey("LSTxxxnJzKDFSLr4dUkPcmCf5VyryEqzPLz5j4bpxFp");
|
|
250
250
|
var USDC_MINT = new PublicKey("EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v");
|
|
251
|
+
new PublicKey("Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB");
|
|
251
252
|
|
|
252
253
|
// src/vendor/spl/types/account.types.ts
|
|
253
254
|
var AccountState = /* @__PURE__ */ ((AccountState2) => {
|