@morpho-org/blue-sdk 4.1.0 → 4.2.0

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/addresses.js +3 -0
  2. package/package.json +1 -1
package/lib/addresses.js CHANGED
@@ -401,6 +401,9 @@ const _unwrappedTokensMapping = {
401
401
  [chain_js_1.ChainId.KatanaMainnet]: {
402
402
  [_addressesRegistry[chain_js_1.ChainId.KatanaMainnet].wNative]: exports.NATIVE_ADDRESS,
403
403
  },
404
+ [chain_js_1.ChainId.ArbitrumMainnet]: {
405
+ [_addressesRegistry[chain_js_1.ChainId.ArbitrumMainnet].wNative]: exports.NATIVE_ADDRESS,
406
+ },
404
407
  };
405
408
  function getUnwrappedToken(wrappedToken, chainId) {
406
409
  return exports.unwrappedTokensMapping[chainId]?.[wrappedToken];
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": "4.1.0",
4
+ "version": "4.2.0",
5
5
  "author": "Morpho Association <contact@morpho.org>",
6
6
  "contributors": [
7
7
  "Rubilmax <rmilon@gmail.com>"