File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ const vaultsGraphs = {
7
7
"https://api.mainnet.termfinance.io/avalanche/subgraph/vaults" ,
8
8
base :
9
9
"https://api.mainnet.termfinance.io/base/subgraph/vaults" ,
10
+ bsc :
11
+ "https://api.mainnet.termfinance.io/bnb/subgraph/vaults" ,
10
12
}
11
13
12
14
const termVaultStrategiesQuery = `
@@ -46,6 +48,7 @@ const vaultsGraphStartBlock = {
46
48
ethereum : 21433264 ,
47
49
avax : 54438973 ,
48
50
base : 30797402 ,
51
+ bsc : 54505207 ,
49
52
}
50
53
51
54
module . exports = {
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ const graphs = {
9
9
"https://api.mainnet.termfinance.io/avalanche/subgraph/term" ,
10
10
base :
11
11
"https://api.mainnet.termfinance.io/base/subgraph/term" ,
12
+ bsc :
13
+ "https://api.mainnet.termfinance.io/bnb/subgraph/term" ,
12
14
} ;
13
15
14
16
const vaultsGraphs = {
@@ -18,6 +20,8 @@ const vaultsGraphs = {
18
20
"https://api.mainnet.termfinance.io/avalanche/subgraph/vaults" ,
19
21
base :
20
22
"https://api.mainnet.termfinance.io/base/subgraph/vaults" ,
23
+ bsc :
24
+ "https://api.mainnet.termfinance.io/bnb/subgraph/vaults" ,
21
25
}
22
26
23
27
const query = `
@@ -109,12 +113,14 @@ const graphStartBlock = {
109
113
ethereum : 5240462 ,
110
114
avax : 43162227 ,
111
115
base : 30797402 ,
116
+ bsc : 54505207 ,
112
117
}
113
118
114
119
const vaultsGraphStartBlock = {
115
120
ethereum : 21433264 ,
116
121
avax : 54438973 ,
117
122
base : 30797402 ,
123
+ bsc : 54505207 ,
118
124
}
119
125
120
126
module . exports = {
You can’t perform that action at this time.
0 commit comments