Skip to content

Commit

Permalink
removes list-events route, adds contract to blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrosGounis committed Oct 11, 2024
1 parent 680d212 commit f72b224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/events/list-events.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Env } from "../../worker-configuration";

export async function handleEvents(request: Request, env: Env) {
const prefix = 'event/';
const prefix = 'event/app-stake-a';

const listResult = await env.EVENTS.list({ prefix });

Expand Down
3 changes: 2 additions & 1 deletion src/explore/storage/environments.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"KT1UE2UpjSJa3tbBMTCY9H9qpPtakVJDHDps",
"KT1DDgiZ5bS6pfnNL8wwXdszXZHbwxFPTX3t",
"KT1HEBS2qDsGkrawacrWJfDgpqrvcjSuWFW1",
"KT1QVjkhUPCuAr7CzwpkiauNpKg7QWHAogur"
"KT1QVjkhUPCuAr7CzwpkiauNpKg7QWHAogur",
"KT1LrmBr6fgM2eFSNLRJm4H17gAxVXJH2FCB"
],
"model3DAllowList": [
"KT1NVvPsNDChrLRH5K2cy6Sc9r1uuUwdiZQd",
Expand Down

0 comments on commit f72b224

Please sign in to comment.