Skip to content

Commit 2746d5b

Browse files
authored
feat: update api key (#336)
1 parent 9b00048 commit 2746d5b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,5 +319,5 @@
319319
},
320320
"networkUrl": "https://mainnet.fuel.network/v1/graphql",
321321
"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"
323323
}

src/stores/DashboardStore.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class DashboardStore {
155155
};
156156
const config = {
157157
url: CONFIG.APP.sentioUrl,
158-
apiKey: "TLjw41s3DYbWALbwmvwLDM9vbVEDrD9BP",
158+
apiKey: "9mp9ZQtdiQifjttQ6xy8ZmUcMfh6TNlz7",
159159
};
160160
bcNetwork.setSentioConfig(config);
161161
const data = await bcNetwork.getUserScoreSnapshot(params);
@@ -173,7 +173,7 @@ class DashboardStore {
173173
};
174174
const config = {
175175
url: CONFIG.APP.sentioUrl,
176-
apiKey: "TLjw41s3DYbWALbwmvwLDM9vbVEDrD9BP",
176+
apiKey: "9mp9ZQtdiQifjttQ6xy8ZmUcMfh6TNlz7",
177177
};
178178
bcNetwork.setSentioConfig(config);
179179
const data = await bcNetwork.getTradeEvent(params);

src/stores/LeaderboardStore.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import RootStore from "./RootStore";
2525

2626
const config = {
2727
url: CONFIG.APP.sentioUrl,
28-
apiKey: "TLjw41s3DYbWALbwmvwLDM9vbVEDrD9BP",
28+
apiKey: "9mp9ZQtdiQifjttQ6xy8ZmUcMfh6TNlz7",
2929
};
3030

3131
export interface PaginationProps {

0 commit comments

Comments
 (0)