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",