impermax-sdk 2.1.335 → 2.1.336
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/subgraphs.js +20 -3
- package/package.json +1 -1
package/lib/config/subgraphs.js
CHANGED
|
@@ -13,15 +13,19 @@ exports.IMPERMAX_SUBGRAPH_URL = {
|
|
|
13
13
|
[types_1.Networks.Polygon]: {
|
|
14
14
|
[types_1.Factory.V2V1_1]: [
|
|
15
15
|
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/F3BfecWo2by5QKrwhkXwuXjyLZnQqJ1wqoejwe67KuyG",
|
|
16
|
+
"https://polygon-factory-production.up.railway.app/"
|
|
16
17
|
],
|
|
17
18
|
[types_1.Factory.V2V2]: [
|
|
18
19
|
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/5JbuAaWwyRm78yWpRCJJS217hXXft59g9MbsjTTZnYQa",
|
|
20
|
+
"https://polygon-factory-production.up.railway.app/"
|
|
19
21
|
],
|
|
20
22
|
[types_1.Factory.SOLV2]: [
|
|
21
23
|
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/Giwg5N4SCehmUzNwXtAQZnZvUuTjcp7cr3nzUZosRDFU",
|
|
24
|
+
"https://polygon-factory-production.up.railway.app/"
|
|
22
25
|
],
|
|
23
26
|
[types_1.Factory.SOL_STABLE]: [
|
|
24
27
|
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/EWckMdMiZeDSGHxq2V8gZBDF549Xjr9iKkPvisqckF11",
|
|
28
|
+
"https://polygon-factory-production.up.railway.app/"
|
|
25
29
|
],
|
|
26
30
|
},
|
|
27
31
|
[types_1.Networks.Arbitrum]: {
|
|
@@ -45,12 +49,15 @@ exports.IMPERMAX_SUBGRAPH_URL = {
|
|
|
45
49
|
[types_1.Networks.Avalanche]: {
|
|
46
50
|
[types_1.Factory.V2V1_2]: [
|
|
47
51
|
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/HXhHppWXhFqgLfdmTahFj2x7F5Xq8BwADxGY3nbCUAwr",
|
|
52
|
+
"https://avalanche-factory-production.up.railway.app/"
|
|
48
53
|
],
|
|
49
54
|
[types_1.Factory.V2V2]: [
|
|
50
55
|
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/8Gz5ZGyRkSA7WBrSteeyez39AgZQsoEbtXe8GtHD7JMQ",
|
|
56
|
+
"https://avalanche-factory-production.up.railway.app/"
|
|
51
57
|
],
|
|
52
58
|
[types_1.Factory.SOLV2]: [
|
|
53
59
|
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/78e6cZp11r2coLx8YYo5y4AqzEhQXYT6sw3Bg5Tiy5XU",
|
|
60
|
+
"https://avalanche-factory-production.up.railway.app/"
|
|
54
61
|
],
|
|
55
62
|
},
|
|
56
63
|
[types_1.Networks.Mantle]: {
|
|
@@ -84,6 +91,7 @@ exports.IMPERMAX_SUBGRAPH_URL = {
|
|
|
84
91
|
[types_1.Networks.ZksyncEra]: {
|
|
85
92
|
[types_1.Factory.SOLV2]: [
|
|
86
93
|
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/8YSS88X8ChDw1QvuAMtxjezSXNiYer9k9d3Uu8XFLHzX",
|
|
94
|
+
"https://zksync-factory-production.up.railway.app/"
|
|
87
95
|
],
|
|
88
96
|
},
|
|
89
97
|
[types_1.Networks.Harmony]: {},
|
|
@@ -92,9 +100,11 @@ exports.IMPERMAX_SUBGRAPH_URL = {
|
|
|
92
100
|
[types_1.Networks.Blast]: {
|
|
93
101
|
[types_1.Factory.SOLV2]: [
|
|
94
102
|
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/4FDikpVjE2XnDJ5QcpQ1YJXWcUDiAgE7x8ErtsHh33UB",
|
|
103
|
+
"https://blast-factory-production.up.railway.app/"
|
|
95
104
|
],
|
|
96
105
|
[types_1.Factory.V2V2]: [
|
|
97
106
|
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/6xkrXFPJ4wqh9cy9ayP19WGr2wZVSMP3FniMjcW2LUG4",
|
|
107
|
+
"https://blast-factory-production.up.railway.app/"
|
|
98
108
|
],
|
|
99
109
|
},
|
|
100
110
|
[types_1.Networks.Base]: {
|
|
@@ -117,9 +127,11 @@ exports.IMPERMAX_SUBGRAPH_URL = {
|
|
|
117
127
|
[types_1.Networks.Scroll]: {
|
|
118
128
|
[types_1.Factory.SOLV2]: [
|
|
119
129
|
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/9HL6kLRt3AbQsprTvk7KZdaHunJ5GGsLdYWd27nNfCFC",
|
|
130
|
+
"https://scroll-factory-production.up.railway.app/"
|
|
120
131
|
],
|
|
121
132
|
[types_1.Factory.SOL_STABLE]: [
|
|
122
133
|
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/C42ymmkDArE1T5wdYKwao6mntqNSjP2E34TeGusiF3sk",
|
|
134
|
+
"https://scroll-factory-production.up.railway.app/"
|
|
123
135
|
],
|
|
124
136
|
},
|
|
125
137
|
[types_1.Networks.Optimism]: {
|
|
@@ -142,15 +154,18 @@ exports.IMPERMAX_SUBGRAPH_URL = {
|
|
|
142
154
|
'https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/HK9BA4oFp1xaoQW7YVP4m2nbxX7q2bQCZWNPKBtudtZR'
|
|
143
155
|
],
|
|
144
156
|
[types_1.Factory.SOL_STABLE]: [
|
|
157
|
+
'https://sonic-factory-production.up.railway.app/',
|
|
145
158
|
'https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/61ZJXkM5uRGntP1HZkmH4iaKRzsf1BBhQdZYi9euLkpM'
|
|
146
159
|
]
|
|
147
160
|
},
|
|
148
161
|
[types_1.Networks.Linea]: {
|
|
149
162
|
[types_1.Factory.SOLV2]: [
|
|
150
|
-
'https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/AyFSeFRAtUm4aY3cb1zTJqoMjcgSNrRipucuSxkEZ1v9'
|
|
163
|
+
'https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/AyFSeFRAtUm4aY3cb1zTJqoMjcgSNrRipucuSxkEZ1v9',
|
|
164
|
+
'https://linea-factory-production.up.railway.app/'
|
|
151
165
|
],
|
|
152
166
|
[types_1.Factory.SOL_STABLE]: [
|
|
153
|
-
'https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/Ah5k6hzS9YicNHWuA4Uts9MQQQGbPLDtwD8tYjKaX8Ls'
|
|
167
|
+
'https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/Ah5k6hzS9YicNHWuA4Uts9MQQQGbPLDtwD8tYjKaX8Ls',
|
|
168
|
+
'https://linea-factory-production.up.railway.app/'
|
|
154
169
|
]
|
|
155
170
|
}
|
|
156
171
|
};
|
|
@@ -194,6 +209,7 @@ exports.VAULT_SUBGRAPH_URL = {
|
|
|
194
209
|
},
|
|
195
210
|
[types_1.Networks.Mantle]: {},
|
|
196
211
|
[types_1.Networks.Scroll]: {
|
|
212
|
+
// TODO: raiwlay endpoint
|
|
197
213
|
[types_1.VaultType.LENDING]: [
|
|
198
214
|
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/BaPMX2ubiRZ4ujqTFmWyrk72fPo6yFLQ7A5Z4BLXCTFU",
|
|
199
215
|
],
|
|
@@ -212,7 +228,8 @@ exports.VAULT_SUBGRAPH_URL = {
|
|
|
212
228
|
},
|
|
213
229
|
[types_1.Networks.Sonic]: {
|
|
214
230
|
[types_1.VaultType.LENDING]: [
|
|
215
|
-
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/AHj91C4xwYSfyHAnZiMa1pC4ZwRtzqG3QGVyJchEsJAC"
|
|
231
|
+
"https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/AHj91C4xwYSfyHAnZiMa1pC4ZwRtzqG3QGVyJchEsJAC",
|
|
232
|
+
"https://sonic-lendingvaults-production.up.railway.app/"
|
|
216
233
|
]
|
|
217
234
|
},
|
|
218
235
|
[types_1.Networks.Linea]: {},
|