Skip to content

Commit

Permalink
Add Citrea, Bob, and Bitlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Jun 10, 2024
1 parent c64849f commit 6272ea0
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6272ea0

Please sign in to comment.