impermax-sdk 1.2.61 → 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.
@@ -11,7 +11,7 @@ exports.IMPERMAX_CONFIG_MANAGER = {
11
11
  [types_1.Networks.Moonriver]: '',
12
12
  [types_1.Networks.Aurora]: '',
13
13
  [types_1.Networks.Cronos]: '',
14
- [types_1.Networks.Fantom]: '',
14
+ [types_1.Networks.Fantom]: '0x4205329addac66da9d060f6e183f3bc57f0d4705',
15
15
  [types_1.Networks.Harmony]: '',
16
16
  [types_1.Networks.Moonbeam]: '',
17
17
  [types_1.Networks.Sxnetwork]: '',
@@ -33,7 +33,7 @@ exports.IMPERMAX_SUBGRAPH_URL = {
33
33
  [types_1.Networks.Cronos]: {},
34
34
  [types_1.Networks.Fantom]: {
35
35
  [types_1.Factory.SOLV1_2]: 'https://api.studio.thegraph.com/query/46041/impermax-fantom-solv1/v0.0.1',
36
- [types_1.Factory.SOLV2]: 'https://api.studio.thegraph.com/query/46041/impermax-fantom-solv2/v0.0.1',
36
+ [types_1.Factory.SOLV2]: 'https://api.studio.thegraph.com/query/46041/impermax-fantom-solv2/v0.0.2',
37
37
  },
38
38
  [types_1.Networks.Canto]: {
39
39
  [types_1.Factory.SOLV2]: 'https://api.impermax.finance/subgraphs/name/impermax-finance/impermax-canto-solv2',
@@ -122,7 +122,7 @@ exports.CONFIG_MANAGER_SUBGRAPH_URL = {
122
122
  [types_1.Networks.Moonriver]: '',
123
123
  [types_1.Networks.Aurora]: '',
124
124
  [types_1.Networks.Cronos]: '',
125
- [types_1.Networks.Fantom]: '',
125
+ [types_1.Networks.Fantom]: 'https://api.studio.thegraph.com/query/46041/impermax-config-manager-fantom/v0.0.1',
126
126
  [types_1.Networks.Canto]: '',
127
127
  [types_1.Networks.ZksyncEra]: '',
128
128
  [types_1.Networks.Harmony]: '',
@@ -41,6 +41,7 @@ const coingecko_ids = {
41
41
  "0x74ccbe53f77b08632ce0cb91d3a545bf6b8e0979": "fantom-bomb",
42
42
  "0xa25b25548b4c98b0c7d3d27dca5d5ca743d68b7f": "wrapped-rseth",
43
43
  "0x80137510979822322193fc997d400d5a6c747bf7": "stakestone-ether",
44
+ "0x2b6a85cd35d15691357eea61d88cb3f401a92fc3": "surveyor-dao",
44
45
  // base
45
46
  "0x940181a94a35a4569e4529a3cdfb74e38fd98631": "aerodrome-finance",
46
47
  "0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed": "degen-base",
@@ -87,6 +88,16 @@ const fantom_ids = {
87
88
  "0x3fd3a0c85b70754efc07ac9ac0cbbdce664865a6": "equalizer-dex",
88
89
  // wftm
89
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"
90
101
  };
91
102
  class OffchainPriceHelper {
92
103
  constructor(offchain) {
@@ -127,6 +138,7 @@ class OffchainPriceHelper {
127
138
  offchainTokenPrice["0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83"] = 0;
128
139
  offchainTokenPrice["0xc19669a405067927865b40ea045a2baabbbe57f5"] = 0;
129
140
  offchainTokenPrice["0x3fd3a0c85b70754efc07ac9ac0cbbdce664865a6"] = 0;
141
+ //offchainTokenPrice["0xad531012c0651a85a212f10fc97b3ec15684548a"] = 0;
130
142
  return offchainTokenPrice;
131
143
  });
132
144
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.61",
3
+ "version": "1.2.63",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",