Skip to content

Commit

Permalink
[SKIP CI] update output
Browse files Browse the repository at this point in the history
  • Loading branch information
bgodlin committed Apr 26, 2024
1 parent 6889fd1 commit 857e85b
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions dist/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -1543,25 +1543,41 @@
}
]
},
{
"code": "196",
"name": "X Layer Mainnet",
"chain_id": "196",
"description": "A ZK-powered layer 2 network that connects the OKX and Ethereum communities to allow anyone to take part in a truly global on-chain ecosystem.",
"logo": "https://static.subquery.network/network-logos/40.png",
"examples": [
{
"name": "xlayer-mainnet-starter",
"description": "This SubQuery project indexes all transfers and approval events for the wrapped ether token on X Layer Mainnet",
"remote": "https://github.com/subquery/ethereum-subql-starter",
"path": "XLayer/xlayer-mainnet-starter"
}
],
"guides": []
},
{
"code": "195",
"name": "X1 Testnet",
"name": "X Layer Testnet",
"chain_id": "195",
"description": "X1 is a ZK-powered layer 2 network that connects the OKX and Ethereum communities to allow anyone to take part in a truly global on-chain ecosystem.",
"description": "A ZK-powered layer 2 network that connects the OKX and Ethereum communities to allow anyone to take part in a truly global on-chain ecosystem.",
"logo": "https://static.subquery.network/network-logos/40.png",
"examples": [
{
"name": "x1-testnet-starter",
"description": "This SubQuery project indexes all transfers and approval events for the wrapped ether token on X1 test network",
"name": "xlayer-testnet-starter",
"description": "This SubQuery project indexes all transfers and approval events for the wrapped ether token on X Layer Testnet",
"remote": "https://github.com/subquery/ethereum-subql-starter",
"path": "X1/x1-testnet-starter"
"path": "XLayer/xlayer-testnet-starter"
}
],
"guides": [
{
"name": "X1 (Testnet) Quick Start",
"description": "The goal of this quick start guide is to index all transfers and approval events from the Wrapped ETH on X1 Testnet.",
"link": "https://academy.subquery.network/quickstart/quickstart_chains/x1.html",
"name": "X Layer (Testnet) Quick Start",
"description": "The goal of this quick start guide is to index all transfers and approval events from the Wrapped ETH on X Layer Testnet.",
"link": "https://academy.subquery.network/quickstart/quickstart_chains/xlayer-testnet.html",
"internal": true
}
]
Expand Down

0 comments on commit 857e85b

Please sign in to comment.