impermax-sdk 1.2.62 → 1.2.63

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.
@@ -88,6 +88,16 @@ const fantom_ids = {
88
88
  "0x3fd3a0c85b70754efc07ac9ac0cbbdce664865a6": "equalizer-dex",
89
89
  // wftm
90
90
  "0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83": "wrapped-fantom",
91
+ // mftm
92
+ "0x62227c75908b7d358a9d70ea4670f57f8b012ccc": "fantom",
93
+ // fiery
94
+ "0xc36cae799b758d04dac9b3a1fd59755c4a8ae721": "fantom",
95
+ // Skitty
96
+ "0xad531012c0651a85a212f10fc97b3ec15684548a": "fantom",
97
+ // fBomb
98
+ "0x74ccbe53f77b08632ce0cb91d3a545bf6b8e0979": "fantom",
99
+ // mclb
100
+ "0x5deb27e51dbeef691ba1175a2e563870499c2acb": "fantom"
91
101
  };
92
102
  class OffchainPriceHelper {
93
103
  constructor(offchain) {
@@ -128,6 +138,7 @@ class OffchainPriceHelper {
128
138
  offchainTokenPrice["0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83"] = 0;
129
139
  offchainTokenPrice["0xc19669a405067927865b40ea045a2baabbbe57f5"] = 0;
130
140
  offchainTokenPrice["0x3fd3a0c85b70754efc07ac9ac0cbbdce664865a6"] = 0;
141
+ //offchainTokenPrice["0xad531012c0651a85a212f10fc97b3ec15684548a"] = 0;
131
142
  return offchainTokenPrice;
132
143
  });
133
144
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.62",
3
+ "version": "1.2.63",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",