@0dotxyz/p0-ts-sdk 2.1.0-alpha.1 → 2.1.0
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 +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -302,6 +302,10 @@ var ADDRESS_LOOKUP_TABLE_FOR_GROUP = {
|
|
|
302
302
|
// Main pool
|
|
303
303
|
FCPfpHA69EbS8f9KKSreTRkXbzFpunsKuYf5qNmnJjpo: [
|
|
304
304
|
new web3_js.PublicKey("9p1CwvXMYNEY9CqSwuWySVXsG37NGb36nua94ea5KsiQ")
|
|
305
|
+
],
|
|
306
|
+
// staging
|
|
307
|
+
Diu1q9gniR1qR4Daaej3rcHd6949HMmxLGsnQ94Z3rLz: [
|
|
308
|
+
new web3_js.PublicKey("5ggm1hB8yPF5dKWJ3W7n1txztDrU4zf2RQk3TLrFvvRn")
|
|
305
309
|
]
|
|
306
310
|
// staging
|
|
307
311
|
};
|