@rainprotocolsdk/sdk 2.3.0 → 2.3.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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -147,6 +147,8 @@ You use the stateless `Rain` class to construct the transaction. The `buildCreat
147
147
 
148
148
  Because creating a market usually requires approving the token spend first, this method returns an array of raw transactions that you must execute in order.
149
149
 
150
+ Always make sure to estimateGas for each transaction and then execute it, there are transactions that require higher gas limits and may fail if done using a static gas limit value
151
+
150
152
  ```ts
151
153
  import { Rain } from '@rainprotocolsdk/sdk';
152
154
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rainprotocolsdk/sdk",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "type": "module",
5
5
  "description": "Rain SDK",
6
6
  "main": "dist/index.js",