@whetstone-research/doppler-sdk 1.0.35 → 1.0.36

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/README.md CHANGED
@@ -103,6 +103,8 @@ For runnable Solana flows, configure `examples/.env` and run with `pnpm tsx`, fo
103
103
  - [examples/solana-usdc-cosigner-gated-buy.ts](./examples/solana-usdc-cosigner-gated-buy.ts)
104
104
  - [examples/solana-prediction-market.ts](./examples/solana-prediction-market.ts)
105
105
  - [examples/solana-swap.ts](./examples/solana-swap.ts)
106
+ - [examples/solana-vesting-launch.ts](./examples/solana-vesting-launch.ts)
107
+ - [examples/solana-vesting-claim.ts](./examples/solana-vesting-claim.ts)
106
108
 
107
109
  To implement an independently deployed callback program, see
108
110
  [Building a custom Solana hook](./docs/solana-custom-hooks.md) and the