@gala-chain/launchpad-sdk 4.0.22-beta.0 → 4.0.22-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gala-chain/launchpad-sdk",
3
- "version": "4.0.22-beta.0",
3
+ "version": "4.0.22-beta.2",
4
4
  "description": "TypeScript SDK for Gala Launchpad Backend API - 100+ public methods with 373+ fully documented APIs supporting optional wallet (read-only and full-access modes). Production-ready DeFi token launchpad integration with AgentConfig setup, GalaChain trading, GSwap DEX integration, price history, token creation, DEX pool discovery, WebSocket event watchers, and comprehensive user operations. Multi-format output (ESM, CJS, UMD).",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -120,6 +120,8 @@
120
120
  "demo:wrap": "tsx examples/bridge/wrap-unwrap.ts",
121
121
  "demo:wrap:discovery": "tsx examples/bridge/wrap-discovery.ts",
122
122
  "demo:wrap:fees": "tsx examples/bridge/wrap-fee-estimation.ts",
123
+ "demo:locks": "tsx examples/locks/lock-unlock-workflow.ts",
124
+ "demo:burn": "tsx examples/locks/burn-tokens.ts",
123
125
  "test:demos:core": "npm run demo && npm run demo:read-only && npm run demo:authenticated && npm run demo:privatekey-override",
124
126
  "test:demos:dex": "npm run demo:dex:pools && npm run demo:dex:pricing && npm run demo:dex:quotes && npm run demo:dex && npm run demo:dex:roundtrip",
125
127
  "test:demos:liquidity": "npm run demo:liquidity:all",