Skip to content

Commit

Permalink
Add BVM Support
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly authored Mar 28, 2024
1 parent 6c0ef7a commit e8c1804
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,23 @@ const networkFamilies: NetworkFamily[] = [
},
],
},
{
code: "22215",
name: "BVM",
chain_id: "22215",
description:
"BVM is the first modular Bitcoin L2 metaprotocol on Bitcoin. With a few clicks, anyone can plug and play the best-of-breed blockchain modules to launch their own Bitcoin L2 blockchain.",
logo: "",
examples: [
{
name: "bvm-starter",
description:
"This SubQuery project indexes all transfers and approval events for the Wrapped ETH on BVM Network",
remote: "https://github.com/subquery/ethereum-subql-starter",
path: "BVM/bvm-starter",
},
],
},
{
code: "42220",
name: "Celo",
Expand Down

0 comments on commit e8c1804

Please sign in to comment.