impermax-sdk 1.2.87 → 1.2.89

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.
@@ -141,7 +141,7 @@ exports.AMM_FACTORY = {
141
141
  [Amms.solidly091]: '0xdc4baf3b4b1df79083eedf3e46ec2c4ec1296f60',
142
142
  [Amms.solidlyOxd]: '0xB83D21F60B73B21506c69DEcdBcF7Ab5AB737eB2',
143
143
  [Amms.equalizer]: '0xc6366efd0af1d09171fe0ebf32c7943bb310832a',
144
- [Amms.wigoswap]: '0x4FBb297156AD5d6F93b0CD9A1487b4a91996A22a', //NOTICE: this is actually the staked LP factory
144
+ [Amms.wigoswap]: '0xC831A5cBfb4aC2Da5ed5B194385DFD9bF5bFcBa7',
145
145
  },
146
146
  [types_1.Networks.Canto]: {
147
147
  [Amms.velocimeter]: '0x1c813cdd6daece2cb83c52f0798504e42816e9c5', //NOTICE: this is actually the staked LP factory
@@ -231,6 +231,7 @@ exports.AMM_SUBGRAPH_URLS = {
231
231
  [Amms.solidlyUSDCB]: 'https://api.thegraph.com/subgraphs/name/spartacus-finance/solidly',
232
232
  [Amms.solidly091]: 'https://api.thegraph.com/subgraphs/name/spartacus-finance/solidly',
233
233
  [Amms.solidlyOxd]: 'https://api.thegraph.com/subgraphs/name/spartacus-finance/solidly',
234
+ [Amms.wigoswap]: 'https://gateway.thegraph.com/api/031cf65e6bf1e03a781f69aeba9770d2/subgraphs/id/ykYhkpzjz9FpT4RZRgFHQ84udU1581pfs4u9KcbA4yt'
234
235
  },
235
236
  [types_1.Networks.Canto]: {},
236
237
  [types_1.Networks.ZksyncEra]: {},
@@ -376,7 +377,7 @@ exports.AMM_LP_FEE = {
376
377
  [Amms.solidly091]: 0,
377
378
  [Amms.solidlyOxd]: 0,
378
379
  [Amms.equalizer]: 0,
379
- [Amms.wigoswap]: 0,
380
+ [Amms.wigoswap]: 0.003,
380
381
  },
381
382
  [types_1.Networks.Canto]: {
382
383
  [Amms.velocimeter]: 0,
@@ -114,7 +114,7 @@ exports.BLOCKS_SUBGRAPH_URL = {
114
114
  [types_1.Networks.Moonriver]: 'https://api.thegraph.com/subgraphs/name/sushiswap/moonriver-blocks',
115
115
  [types_1.Networks.Aurora]: '',
116
116
  [types_1.Networks.Cronos]: '',
117
- [types_1.Networks.Fantom]: 'https://api.thegraph.com/subgraphs/name/matthewlilley/fantom-blocks',
117
+ [types_1.Networks.Fantom]: 'https://gateway.thegraph.com/api/031cf65e6bf1e03a781f69aeba9770d2/subgraphs/id/3drjZDpA9hAuYGA19ttEkhW432mVe2XHy5YarBDVYHbz',
118
118
  [types_1.Networks.Canto]: 'https://api.impermax.finance/subgraphs/name/blocklytics/canto-blocks',
119
119
  [types_1.Networks.ZksyncEra]: 'https://api.impermax.finance/subgraphs/name/blocklytics/canto-blocks',
120
120
  [types_1.Networks.Harmony]: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.87",
3
+ "version": "1.2.89",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",