feat: 3-state staking score UI with cached data support

This commit is contained in:
2026-02-17 01:56:49 +03:00
parent 0f63c96b2c
commit 9b97c63a26
12 changed files with 71 additions and 13 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/**
* PezkuwiChain Telegram Bot - Supabase Edge Function
* Handles webhook updates from two separate bots:
* - @Pezkuwichain_Bot (main) → telegram.pezkuwichain.io
* - @pezkuwichainBot (krd) → telegram.pezkiwi.app
* - @Pezkuwichain_Bot (main) → telegram.pezkuwichain.io
* - @pezkuwichainBot (krd) → telegram.pezkiwi.app
*/
import { serve } from 'https://deno.land/std@0.168.0/http/server.ts';