@morambacrypto/connect 0.0.36 → 0.0.37

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/dist/index.d.mts CHANGED
@@ -671,6 +671,7 @@ interface TokenDetails {
671
671
  network: string;
672
672
  token: string;
673
673
  token_address: string;
674
+ token_decimal: number;
674
675
  rpc: string;
675
676
  network_name: string;
676
677
  native_token: string;
package/dist/index.d.ts CHANGED
@@ -671,6 +671,7 @@ interface TokenDetails {
671
671
  network: string;
672
672
  token: string;
673
673
  token_address: string;
674
+ token_decimal: number;
674
675
  rpc: string;
675
676
  network_name: string;
676
677
  native_token: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morambacrypto/connect",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "This library use for interact with moramba-crypto project",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",