@rozoai/intent-common 0.1.37 → 0.1.38

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/dist/token.js +1 -1
  2. package/package.json +1 -1
package/dist/token.js CHANGED
@@ -683,7 +683,7 @@ export const rozoStellarEURC = token({
683
683
  export const rozoStellarUSDT0 = token({
684
684
  chainId: rozoStellar.chainId,
685
685
  token: "USDT0:GATISXX6BZ6NC7IKQBY37CJD4SOZL3CYZJWXEDG6JVIY4WBS6KXJHN6Q",
686
- decimals: 6,
686
+ decimals: 7,
687
687
  fiatISO: "USD",
688
688
  name: "USDT0",
689
689
  symbol: TokenSymbol.USDT0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rozoai/intent-common",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "description": "Intent Pay shared types and utilities",
5
5
  "homepage": "https://github.com/RozoAI/intent-pay",
6
6
  "license": "BSD-2-Clause",