rango-sdk-basic 0.1.56 → 0.1.57

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 +2 -2
package/README.md CHANGED
@@ -20,3 +20,5 @@
20
20
  - Examples
21
21
  - [EVM Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/basic/node-evm/)
22
22
  - [Solana Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/basic/node-solana/)
23
+ - [Tron Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/basic/node-tron/)
24
+ - [Starknet Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/basic/node-starknet/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rango-sdk-basic",
3
- "version": "0.1.56",
3
+ "version": "0.1.57",
4
4
  "description": "Rango Exchange Basic SDK for dApps",
5
5
  "module": "lib/rango-sdk-basic.esm.js",
6
6
  "main": "lib/index.js",
@@ -43,7 +43,7 @@
43
43
  "license": "GPL-3.0",
44
44
  "dependencies": {
45
45
  "axios": "^1.7.4",
46
- "rango-types": "^0.1.73",
46
+ "rango-types": "^0.1.74",
47
47
  "uuid-random": "^1.3.2"
48
48
  },
49
49
  "publishConfig": {