Commit 2746d5b 1 parent 9b00048 commit 2746d5b Copy full SHA for 2746d5b
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 319
319
},
320
320
"networkUrl" : " https://mainnet.fuel.network/v1/graphql" ,
321
321
"explorerUrl" : " https://app.fuel.network" ,
322
- "sentioUrl" : " https://app.sentio.xyz/api/v1/analytics/zhpv96 /spark-processor/sql/execute"
322
+ "sentioUrl" : " https://app.sentio.xyz/api/v1/analytics/anton /spark-processor/sql/execute"
323
323
}
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ class DashboardStore {
155
155
} ;
156
156
const config = {
157
157
url : CONFIG . APP . sentioUrl ,
158
- apiKey : "TLjw41s3DYbWALbwmvwLDM9vbVEDrD9BP " ,
158
+ apiKey : "9mp9ZQtdiQifjttQ6xy8ZmUcMfh6TNlz7 " ,
159
159
} ;
160
160
bcNetwork . setSentioConfig ( config ) ;
161
161
const data = await bcNetwork . getUserScoreSnapshot ( params ) ;
@@ -173,7 +173,7 @@ class DashboardStore {
173
173
} ;
174
174
const config = {
175
175
url : CONFIG . APP . sentioUrl ,
176
- apiKey : "TLjw41s3DYbWALbwmvwLDM9vbVEDrD9BP " ,
176
+ apiKey : "9mp9ZQtdiQifjttQ6xy8ZmUcMfh6TNlz7 " ,
177
177
} ;
178
178
bcNetwork . setSentioConfig ( config ) ;
179
179
const data = await bcNetwork . getTradeEvent ( params ) ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import RootStore from "./RootStore";
25
25
26
26
const config = {
27
27
url : CONFIG . APP . sentioUrl ,
28
- apiKey : "TLjw41s3DYbWALbwmvwLDM9vbVEDrD9BP " ,
28
+ apiKey : "9mp9ZQtdiQifjttQ6xy8ZmUcMfh6TNlz7 " ,
29
29
} ;
30
30
31
31
export interface PaginationProps {
You can’t perform that action at this time.
0 commit comments