@morpho-org/blue-sdk 5.12.0 → 5.12.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/lib/addresses.js CHANGED
@@ -507,6 +507,7 @@ const _addressesRegistry = {
507
507
  registryList: "0xCe93fcB2849EB886F1e81d45D2747dF803f843C3",
508
508
  chainlinkOracleFactory: "0xF24C6eAB91e43EacE18a4e893a48565C09132505",
509
509
  preLiquidationFactory: "0x741A6604e974FeAF35a5FBb1416B3e01c33e5C0e",
510
+ // There is no wrapped native token because the native token USDT0 is already an ERC20.
510
511
  },
511
512
  [chain_js_1.ChainId.CronosMainnet]: {
512
513
  morpho: "0xDF9a1DC07e5dEe5ccCCaBeC35e446C70fAF7434e",
package/lib/chain.js CHANGED
@@ -226,7 +226,7 @@ var ChainUtils;
226
226
  [ChainId.StableMainnet]: {
227
227
  name: "Stable",
228
228
  id: ChainId.StableMainnet,
229
- nativeCurrency: { name: "gUSDT", symbol: "gUSDT", decimals: 18 },
229
+ nativeCurrency: { name: "USDT0", symbol: "USDT0", decimals: 18 },
230
230
  explorerUrl: "https://stablescan.xyz",
231
231
  identifier: "stable",
232
232
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@morpho-org/blue-sdk",
3
3
  "description": "Framework-agnostic package that defines Morpho-related entity classes (such as `Market`, `Token`, `Vault`).",
4
- "version": "5.12.0",
4
+ "version": "5.12.1",
5
5
  "author": "Morpho Association <contact@morpho.org>",
6
6
  "contributors": [
7
7
  "Rubilmax <rmilon@gmail.com>"
@@ -32,7 +32,7 @@
32
32
  "viem": "^2.41.2",
33
33
  "vitest": "^4.0.15",
34
34
  "@morpho-org/morpho-ts": "^2.4.6",
35
- "@morpho-org/test": "^2.6.6"
35
+ "@morpho-org/test": "^2.6.7"
36
36
  },
37
37
  "scripts": {
38
38
  "prepublish": "$npm_execpath build",