impermax-sdk 2.1.483 → 2.1.485

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.
@@ -154,7 +154,16 @@ exports.WHITELISTED_PAIRS = {
154
154
  "0x9a0A67c75978d58f36290ef767400eed6A53B014",
155
155
  "0x8ace7a06ddcf8974f864c7041f7b7e9c2d76242c",
156
156
  "0x68ef893edccbb6b700bcc391c219ab90efb55477",
157
- "0x059c888d457a10de6921a0853e1a62ec58b447ad" // ETH/USDC aerov3
157
+ "0x059c888d457a10de6921a0853e1a62ec58b447ad",
158
+ "0x49B3f8b07e645D7c31F41DE3296E9905aA93BE6C",
159
+ "0xA6D43A98D14A9C69E493c8D063e55D10c0cEFc7A",
160
+ "0x3aA4ee02bf3A5110f3A743051cFfDDa643eb44cb",
161
+ "0xF8a8abd26662E8dd51780fCA6579Fc721B612bC8",
162
+ "0xf106Da7C51D6C099375fCA190c15e583bFDf1f34",
163
+ "0x02f59114f9Fb1eA5Ebd6356db449b78cF4e5bb8e",
164
+ "0xF1E72aAB3Fa3A5C166825cCAfbf814D43d7b91b2",
165
+ "0x96190B4E62D28486B998c77550dd0cf3A60fdEF5",
166
+ "0x0bA15e5fC7e73Be48cB0fb110eC5E8215150085c", // WETH/AERO aerov3
158
167
  ],
159
168
  },
160
169
  [types_1.Networks.Mantle]: {
@@ -48,6 +48,10 @@ class OffchainPoolToken {
48
48
  return "JPYCv2";
49
49
  if (underlying.toLowerCase() === "0xff970a61a04b1ca14834a43f5de4533ebddb5cc8")
50
50
  return "USDC.e";
51
+ if (underlying.toLowerCase() === "0xdc2de2f2c0122ff7cb8482dc47da75a6a5d1a88b")
52
+ return "erscETH";
53
+ if (underlying.toLowerCase() === "0xd4aa386bfceeedd9de0875b3ba07f51808592e22")
54
+ return "erscUSD";
51
55
  return this.getUnderlyingParam("symbol");
52
56
  }
53
57
  // Decimals
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.483",
3
+ "version": "2.1.485",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",