impermax-sdk 1.2.80 → 1.2.82
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.
package/lib/config/amms.js
CHANGED
|
@@ -170,7 +170,7 @@ exports.AMM_FACTORY = {
|
|
|
170
170
|
[Amms.velodrome]: '0xF1046053aa5682b4F9a81b5481394DA16BE5FF5a',
|
|
171
171
|
},
|
|
172
172
|
[types_1.Networks.Real]: {
|
|
173
|
-
[Amms.pearlStable]: '
|
|
173
|
+
[Amms.pearlStable]: '0x28E22D8c807b6E6c0ECa4373fC3B9920453cEEEe',
|
|
174
174
|
}
|
|
175
175
|
};
|
|
176
176
|
function getAmmByFactory(network, address) {
|
package/lib/config/farms.js
CHANGED
|
@@ -181,7 +181,7 @@ exports.STAKED_LP_FACTORY = {
|
|
|
181
181
|
[Farms.velodrome]: '0x47183bB55AD0F891887E099Cec3570d3C667cD00',
|
|
182
182
|
},
|
|
183
183
|
[types_1.Networks.Real]: {
|
|
184
|
-
[Farms.pearlStable]: '
|
|
184
|
+
[Farms.pearlStable]: '0x28E22D8c807b6E6c0ECa4373fC3B9920453cEEEe',
|
|
185
185
|
}
|
|
186
186
|
};
|
|
187
187
|
function getFarmByStakedLPFactory(network, address) {
|
|
@@ -59,7 +59,9 @@ const coingecko_ids = {
|
|
|
59
59
|
"0x9560e827af36c94d2ac33a39bce1fe78631088db": "velodrome-finance",
|
|
60
60
|
"0x4200000000000000000000000000000000000042": "optimism",
|
|
61
61
|
"0x1f32b1c2345538c0c6f582fcb022739c4a194ebb": "wrapped-steth",
|
|
62
|
-
"0x55027a5b06f4340cc4c82dcc74c90ca93dcb173e": "tadpole"
|
|
62
|
+
"0x55027a5b06f4340cc4c82dcc74c90ca93dcb173e": "tadpole",
|
|
63
|
+
// re.al
|
|
64
|
+
"0xce1581d7b4ba40176f0e219b2cac30088ad50c7a": "pearl"
|
|
63
65
|
};
|
|
64
66
|
const dexscreener_ids = {
|
|
65
67
|
// ibex on scroll
|