@scallop-io/sui-scallop-sdk 0.46.35 → 0.46.36
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/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/builders/referralBuilder.ts +2 -0
package/README.md
CHANGED
|
@@ -40,6 +40,8 @@ This SDK is used to interact with [sui-lending-protocol](https://github.com/scal
|
|
|
40
40
|
```
|
|
41
41
|
- Create an instance:
|
|
42
42
|
|
|
43
|
+
> **Note**: Currently, this SDK only supports the mainnet network. When you use the testnet network, it will give errors because there is no address package ID for the testnet.
|
|
44
|
+
|
|
43
45
|
```typescript
|
|
44
46
|
// Create an instance quickly through the`Scallop` class to construct other models.
|
|
45
47
|
const scallopSDK = new Scallop({
|