Skip to content

Commit 0671850

Browse files
committed
update ethstaked data endpoint
1 parent b5df8b6 commit 0671850

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib/api/fetchTotalEthStaked.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ export const fetchTotalEthStaked = async (): Promise<MetricReturnData> => {
1010
return { error: "Dune API key not found" }
1111
}
1212

13-
const url = new URL(
14-
"api/v1/endpoints/pablop/eth-staked/results",
15-
DUNE_API_URL
16-
)
13+
const url = new URL("api/v1/query/3915587/results", DUNE_API_URL)
1714

1815
try {
1916
const ethStakedResponse = await fetch(url, {

0 commit comments

Comments
 (0)