Skip to content

Commit

Permalink
Add Abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly authored Jan 28, 2025
1 parent 0ab67f6 commit 1026464
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,40 @@ const networkFamilies: NetworkFamily[] = [
"Ethereum is a blockchain platform for decentralized applications and smart contracts. The Ethereum Virtual Machine (EVM) is its decentralized computing environment, enabling the execution of code on the network.",
logo: "https://static.subquery.network/network-logos/1.png",
networks: [
{
code: "2741",
name: "Abstract",
chain_id: "2741",
description:
"Abstract is a Layer 2 (L2) network built on top of Ethereum, designed to securely power consumer-facing blockchain applications at scale with low fees and fast transaction speeds.",
logo: "",
examples: [
{
name: "abstract-starter",
description:
"This SubQuery project indexes all transfers and approval events for Luna token on Abstract Mainnet",
remote: "https://github.com/subquery/ethereum-subql-starter",
path: "Abstract/abstract-starter",
},
],
},
{
code: "11124",
name: "Abstract Sepolia",
chain_id: "11124",
description:
"Abstract is a Layer 2 (L2) network built on top of Ethereum, designed to securely power consumer-facing blockchain applications at scale with low fees and fast transaction speeds.",
logo: "",
examples: [
{
name: "abstract-testnet-starter",
description:
"This SubQuery project indexes all transfers and approval events for Lolbits token on Abstract Sepolia Testnet",
remote: "https://github.com/subquery/ethereum-subql-starter",
path: "Abstract/abstract-testnet-starter",
},
],
},
{
code: "20240219",
name: "Altlayer OP Demo Testnet",
Expand Down

0 comments on commit 1026464

Please sign in to comment.