From 5f4b04f2f0540f50c2389e42c3d2f05fb5c62223 Mon Sep 17 00:00:00 2001 From: bgodlin <37313677+bgodlin@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:17:17 +0000 Subject: [PATCH] Kroma featured --- index.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/index.ts b/index.ts index d5d4c8e..f969513 100644 --- a/index.ts +++ b/index.ts @@ -1380,6 +1380,23 @@ const networkFamilies: NetworkFamily[] = [ }, ], }, + { + code: "255", + name: "Kroma", + chain_id: "255", + description: + "A universal ZK Rollup based on the OP Stack", + logo: "", + examples: [ + { + name: "kroma-starter", + description: + "This SubQuery project indexes all transfers and approval events for USDT on Kroma Network", + remote: "https://github.com/subquery/ethereum-subql-starter", + path: "Kroma/kroma-starter", + }, + ], + }, { code: "3456", name: "LayerEdge Testnet",