@b3dotfun/sdk 0.0.83-alpha.2 → 0.0.83-alpha.3

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.
@@ -92,7 +92,7 @@ function useHyperliquidTransfer() {
92
92
  signature: {
93
93
  r,
94
94
  s,
95
- v: Number(v ?? 0n),
95
+ v: Number(v ?? BigInt(0)),
96
96
  },
97
97
  nonce: currentTime,
98
98
  action: {
@@ -86,7 +86,7 @@ export function useHyperliquidTransfer() {
86
86
  signature: {
87
87
  r,
88
88
  s,
89
- v: Number(v ?? 0n),
89
+ v: Number(v ?? BigInt(0)),
90
90
  },
91
91
  nonce: currentTime,
92
92
  action: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b3dotfun/sdk",
3
- "version": "0.0.83-alpha.2",
3
+ "version": "0.0.83-alpha.3",
4
4
  "source": "src/index.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "react-native": "./dist/cjs/index.native.js",
@@ -105,7 +105,7 @@ export function useHyperliquidTransfer() {
105
105
  signature: {
106
106
  r,
107
107
  s,
108
- v: Number(v ?? 0n),
108
+ v: Number(v ?? BigInt(0)),
109
109
  },
110
110
  nonce: currentTime,
111
111
  action: {