impermax-sdk 1.2.65 → 1.2.67
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
|
@@ -161,7 +161,7 @@ exports.AMM_FACTORY = {
|
|
|
161
161
|
[Amms.tokanStable]: '0x6c041ff2d25310a2751C57555265F2364CaCA195', //NOTICE: this is actually the staked LP factory
|
|
162
162
|
},
|
|
163
163
|
[types_1.Networks.Optimism]: {
|
|
164
|
-
[Amms.velodrome]: '
|
|
164
|
+
[Amms.velodrome]: '0xF1046053aa5682b4F9a81b5481394DA16BE5FF5a',
|
|
165
165
|
}
|
|
166
166
|
};
|
|
167
167
|
function getAmmByFactory(network, address) {
|
package/lib/config/subgraphs.js
CHANGED
|
@@ -51,7 +51,7 @@ exports.IMPERMAX_SUBGRAPH_URL = {
|
|
|
51
51
|
},
|
|
52
52
|
[types_1.Networks.Scroll]: {
|
|
53
53
|
[types_1.Factory.SOLV2]: 'https://api.studio.thegraph.com/query/46041/impermax-scroll-solv2/v0.0.1',
|
|
54
|
-
[types_1.Factory.SOL_STABLE]: 'https://api.studio.thegraph.com/query/46041/impermax-scroll-solv2-stable/v0.0.
|
|
54
|
+
[types_1.Factory.SOL_STABLE]: 'https://api.studio.thegraph.com/query/46041/impermax-scroll-solv2-stable/v0.0.7'
|
|
55
55
|
},
|
|
56
56
|
[types_1.Networks.Optimism]: {
|
|
57
57
|
[types_1.Factory.SOLV2]: 'https://api.studio.thegraph.com/query/46041/impermax-optimism-solv2/v0.0.1'
|
|
@@ -48,6 +48,10 @@ const coingecko_ids = {
|
|
|
48
48
|
"0x4200000000000000000000000000000000000006": "ethereum",
|
|
49
49
|
"0x54016a4848a38f257b6e96331f7404073fd9c32c": "equalizer-base",
|
|
50
50
|
"0xa3d1a8deb97b111454b294e2324efad13a9d8396": "overnight-finance",
|
|
51
|
+
// optimism
|
|
52
|
+
"0x9560e827af36c94d2ac33a39bce1fe78631088db": "velodrome-finance",
|
|
53
|
+
"0x4200000000000000000000000000000000000042": "optimism",
|
|
54
|
+
"0x1f32b1c2345538c0c6f582fcb022739c4a194ebb": "wrapped-steth",
|
|
51
55
|
};
|
|
52
56
|
const dexscreener_ids = {
|
|
53
57
|
// ibex on scroll
|
|
@@ -64,6 +68,8 @@ const dexscreener_ids = {
|
|
|
64
68
|
"0x25ea98ac87a38142561ea70143fd44c4772a16b6": "scroll",
|
|
65
69
|
// axlOP on base
|
|
66
70
|
"0x994ac01750047B9d35431a7Ae4Ed312ee955E030": "base",
|
|
71
|
+
// opxvelo on op
|
|
72
|
+
"0xc38464250f51123078bbd7ea574e185f6623d037": "optimism"
|
|
67
73
|
};
|
|
68
74
|
const fantom_ids = {
|
|
69
75
|
// uponly on ftm
|