@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.
- package/README.md +2 -0
- 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
|
|