diff --git a/index.ts b/index.ts index 0756517..3aea569 100644 --- a/index.ts +++ b/index.ts @@ -518,6 +518,23 @@ const networkFamilies: NetworkFamily[] = [ }, ], }, + { + code: "200901", + name: "Bitlayer", + chain_id: "200901", + description: + "Bitlayer is the first Layer 2 solution offering Bitcoin-equivalent security and Turing completeness. It's also the first built on BitVM.", + logo: "", + examples: [ + { + name: "bitlayer-starter", + description: + "This SubQuery project indexes all transfers and approval events for the Tether USD (USDT) on Bitlayer", + remote: "https://github.com/subquery/ethereum-subql-starter", + path: "Bitlayer/bitlayer-starter", + }, + ], + }, { code: "81457", name: "Blast", @@ -652,6 +669,23 @@ const networkFamilies: NetworkFamily[] = [ }, ], }, + { + code: "60808", + name: "BOB Mainnet", + chain_id: "60808", + description: + "BOB is a hybrid L2 that combines the security of Bitcoin with the versatility of Ethereum. BOB's mission is to onboard the next billion users to Bitcoin.", + logo: "", + examples: [ + { + name: "bob-starter", + description: + "This SubQuery project indexes all transfers and approval events for the Wrapped Eth token on BOB", + remote: "https://github.com/subquery/ethereum-subql-starter", + path: "BOB/bob-starter", + }, + ], + }, { code: "56288", name: "Boba BNB Mainnet", @@ -799,6 +833,23 @@ const networkFamilies: NetworkFamily[] = [ }, ], }, + { + code: "62298", + name: "Citrea Devnet", + chain_id: "62298", + description: + "Citrea is the first rollup that enhances the capabilities of Bitcoin blockspace with zero knowledge technology. Citrea is the only scalability solution that uses Bitcoin both as a data availability and a settlement layer, via its BitVM-based trust-minimized two-way peg program - Clementine.", + logo: "", + examples: [ + { + name: "citrea-devnet-starter", + description: + "This SubQuery project indexes all transfers and approval events for ESADOSHI on Citrea DevNet", + remote: "https://github.com/subquery/ethereum-subql-starter", + path: "Citrea/citrea-devnet-starter", + }, + ], + }, { code: "1116", name: "Core",