@morpho-org/blue-sdk 5.7.0 → 5.7.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.
Files changed (2) hide show
  1. package/lib/chain.js +1 -1
  2. package/package.json +1 -1
package/lib/chain.js CHANGED
@@ -217,7 +217,7 @@ var ChainUtils;
217
217
  name: "Monad",
218
218
  id: ChainId.MonadMainnet,
219
219
  nativeCurrency: { name: "Monad", symbol: "MON", decimals: 18 },
220
- explorerUrl: "https://monad.socialscan.io",
220
+ explorerUrl: "https://monadscan.com",
221
221
  identifier: "monad",
222
222
  },
223
223
  [ChainId.StableMainnet]: {
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.7.0",
4
+ "version": "5.7.1",
5
5
  "author": "Morpho Association <contact@morpho.org>",
6
6
  "contributors": [
7
7
  "Rubilmax <rmilon@gmail.com>"