impermax-sdk 1.2.75 → 1.2.76

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.
@@ -37,6 +37,7 @@ export declare enum Amms {
37
37
  aeroStable1 = "aeroStable1",
38
38
  merchantmoe = "merchantmoe",
39
39
  tokan = "tokan",
40
+ tokan1 = "tokan1",
40
41
  tokanStable = "tokanStable",
41
42
  scale = "scale",
42
43
  equalizer = "equalizer",
@@ -81,6 +82,7 @@ export declare const hrAmms: {
81
82
  scale: string;
82
83
  merchantmoe: string;
83
84
  tokan: string;
85
+ tokan1: string;
84
86
  tokanStable: string;
85
87
  equalizer: string;
86
88
  velodrome: string;
@@ -41,6 +41,7 @@ var Amms;
41
41
  Amms["aeroStable1"] = "aeroStable1";
42
42
  Amms["merchantmoe"] = "merchantmoe";
43
43
  Amms["tokan"] = "tokan";
44
+ Amms["tokan1"] = "tokan1";
44
45
  Amms["tokanStable"] = "tokanStable";
45
46
  Amms["scale"] = "scale";
46
47
  Amms["equalizer"] = "equalizer";
@@ -85,6 +86,7 @@ exports.hrAmms = {
85
86
  [Amms.scale]: 'Scale',
86
87
  [Amms.merchantmoe]: 'MerchantMoe',
87
88
  [Amms.tokan]: 'Tokan',
89
+ [Amms.tokan1]: 'Tokan',
88
90
  [Amms.tokanStable]: 'Tokan Stable',
89
91
  [Amms.equalizer]: 'Equalizer',
90
92
  [Amms.velodrome]: 'Velodrome',
@@ -161,6 +163,7 @@ exports.AMM_FACTORY = {
161
163
  },
162
164
  [types_1.Networks.Scroll]: {
163
165
  [Amms.tokan]: '0x074568F090e93194289c2C2BF285eE7f60b485a9',
166
+ [Amms.tokan1]: '0x3e35933C468ECEca9748DD1C5FADeFfe64158777',
164
167
  [Amms.tokanStable]: '0x6c041ff2d25310a2751C57555265F2364CaCA195', //NOTICE: this is actually the staked LP factory
165
168
  },
166
169
  [types_1.Networks.Optimism]: {
@@ -44,6 +44,7 @@ export declare enum Farms {
44
44
  aeroStable1 = "aeroStable1",
45
45
  merchantmoe = "merchantmoe",
46
46
  tokan = "tokan",
47
+ tokan1 = "tokan1",
47
48
  tokanStable = "tokanStable",
48
49
  velodrome = "velodrome"
49
50
  }
@@ -91,6 +92,7 @@ export declare const hrFarms: {
91
92
  aeroStable: string;
92
93
  aeroStable1: string;
93
94
  tokan: string;
95
+ tokan1: string;
94
96
  tokanStable: string;
95
97
  velodrome: string;
96
98
  };
@@ -48,6 +48,7 @@ var Farms;
48
48
  Farms["aeroStable1"] = "aeroStable1";
49
49
  Farms["merchantmoe"] = "merchantmoe";
50
50
  Farms["tokan"] = "tokan";
51
+ Farms["tokan1"] = "tokan1";
51
52
  Farms["tokanStable"] = "tokanStable";
52
53
  Farms["velodrome"] = "velodrome";
53
54
  })(Farms = exports.Farms || (exports.Farms = {}));
@@ -95,6 +96,7 @@ exports.hrFarms = {
95
96
  [Farms.aeroStable]: 'Aerodrome Stable',
96
97
  [Farms.aeroStable1]: 'Aerodrome Stable',
97
98
  [Farms.tokan]: 'Tokan',
99
+ [Farms.tokan1]: 'Tokan',
98
100
  [Farms.tokanStable]: 'Tokan Stable',
99
101
  [Farms.velodrome]: 'Velodrome',
100
102
  };
@@ -172,6 +174,7 @@ exports.STAKED_LP_FACTORY = {
172
174
  },
173
175
  [types_1.Networks.Scroll]: {
174
176
  [Farms.tokan]: '0x074568F090e93194289c2C2BF285eE7f60b485a9',
177
+ [Farms.tokan1]: '0x3e35933C468ECEca9748DD1C5FADeFfe64158777',
175
178
  [Farms.tokanStable]: '0x6c041ff2d25310a2751C57555265F2364CaCA195',
176
179
  },
177
180
  [types_1.Networks.Optimism]: {
@@ -55,6 +55,7 @@ const coingecko_ids = {
55
55
  "0x7002458b1df59eccb57387bc79ffc7c29e22e6f7": "origin-protocol",
56
56
  "0xdbfefd2e8460a6ee4955a68582f85708baea60a3": "super-oeth",
57
57
  "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf": "coinbase-wrapped-btc",
58
+ "0x576bca23dcb6d94ff8e537d88b0d3e1bead444a2": "base-carbon-tonne",
58
59
  // optimism
59
60
  "0x9560e827af36c94d2ac33a39bce1fe78631088db": "velodrome-finance",
60
61
  "0x4200000000000000000000000000000000000042": "optimism",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.75",
3
+ "version": "1.2.76",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",