@drift-labs/sdk 2.140.0-beta.2 → 2.140.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.
@@ -0,0 +1,8 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(grep:*)"
5
+ ],
6
+ "deny": []
7
+ }
8
+ }
package/.env ADDED
@@ -0,0 +1,3 @@
1
+ export MAINNET_RPC_ENDPOINT=https://drift-cranking.rpcpool.com/f1ead98714b94a67f82203cce918
2
+ export DEVNET_RPC_ENDPOINT=http://drift-drift-a827.devnet.rpcpool.com/3639271b-6f0e-47c6-a643-1aaa0e498f58
3
+
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.139.0",
2
+ "version": "2.140.0",
3
3
  "name": "drift",
4
4
  "instructions": [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.139.0",
2
+ "version": "2.140.0",
3
3
  "name": "drift",
4
4
  "instructions": [
5
5
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.140.0-beta.2",
3
+ "version": "2.140.0",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.139.0",
2
+ "version": "2.140.0",
3
3
  "name": "drift",
4
4
  "instructions": [
5
5
  {
@@ -16700,4 +16700,4 @@
16700
16700
  "metadata": {
16701
16701
  "address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH"
16702
16702
  }
16703
- }
16703
+ }