Skip to content

Commit ef81c74

Browse files
committed
oops. api naming drift.
1 parent 86908b2 commit ef81c74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pkgx.dev/TeaProtocol.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const TeaProtocol = () => {
7171
const response2 = await fetch(`https://yo2fkzmf2rh33u2b3bi3xhtqyi0toyqz.lambda-url.us-east-1.on.aws/?url=/stats&network=sepolia`);
7272
const data2 = await response2.json();
7373

74-
const response3 = await fetch('https://api.app.sepolia.tea.xyz/kycCount');
74+
const response3 = await fetch('https://api.sepolia.app.tea.xyz/kycCount');
7575
const data3 = await response3.json();
7676

7777
setSepoliaStats({

0 commit comments

Comments
 (0)