rain-sdk-v2 1.0.0 → 1.0.1

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rain-sdk-v2",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "description": "Rain SDK V2 — TypeScript SDK for Rain prediction markets on Arbitrum. Market creation, trading, liquidity, order book, split/merge, dispute, and smart account support.",
6
6
  "main": "dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "license": "MIT",
37
37
  "peerDependencies": {
38
38
  "@account-kit/infra": "^4.48.0",
39
- "@account-kit/wallet-client": "^0.1.0-alpha.10",
39
+ "@account-kit/wallet-client": "^4.0.0",
40
40
  "@alchemy/aa-alchemy": "^3.0.0",
41
41
  "@alchemy/aa-core": "^3.0.0",
42
42
  "viem": "^2.0.0"
@@ -63,4 +63,4 @@
63
63
  "typescript": "^5.9.3",
64
64
  "viem": "^2.48.8"
65
65
  }
66
- }
66
+ }