Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dist/dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@
"https://dict-sol-tyk.subquery.network"
]
},
"layerEdge": {},
"multi": {},
"substrate": {
"0xfc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c": [
Expand Down
93 changes: 61 additions & 32 deletions dist/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -3700,7 +3700,7 @@
},
{
"code": "4207",
"name": "Edgen",
"name": "LayerEdge",
"chain_id": "4207",
"description": "LayerEdge is a decentralized verification layer that enables scalable, cost-efficient, and secure zk-proof verification, backed by Bitcoin. It is designed to serve as a universal infrastructure layer for verifying off-chain computation.",
"logo": "https://static.subquery.network/network-logos/4207.png",
Expand All @@ -3711,6 +3711,66 @@
"remote": "https://github.com/subquery/ethereum-subql-starter",
"path": "Edgen Chain/edgen-chain-starter"
}
],
"public_rpc": [
{
"type": "FULL",
"name": "LayerEdge - Mainnet RPC",
"description": "",
"rate_limit": {
"rate": 50,
"burst": 50
},
"explorer_url": "https://app.subquery.network/explorer/project/0x5d/overview",
"endpoint": "https://layeredge.rpc.subquery.network/public",
"example_request": "curl -H 'content-type:application/json' -d '{\"id\": 1, \"jsonrpc\": \"2.0\", \"method\": \"eth_blockNumber\"}' 'https://layeredge.rpc.subquery.network/public'",
"tags": []
}
]
},
{
"code": "232",
"name": "Lens",
"chain_id": "232",
"description": "Lens is a high-performance blockchain stack built for SocialFi, combining modular Social Primitives, fast settlement, and decentralized storage.",
"logo": "https://static.subquery.network/network-logos/232.png",
"examples": [
{
"name": "lens-chain-starter",
"description": "This project can be use as a starting point for developing your new Lens Chain SubQuery project",
"remote": "https://github.com/subquery/ethereum-subql-starter",
"path": "Lens/lens-chain-starter"
}
]
},
{
"code": "48898",
"name": "Zircuit Garfield Testnet",
"chain_id": "48898",
"description": "Zircuit is the AI powered blockchain for secure, automated finance.",
"logo": "https://static.subquery.network/network-logos/48898.png",
"examples": [
{
"name": "zircuit-garfield-testnet-testnet-starter",
"description": "This project can be use as a starting point for developing your new Zircuit Garfield Testnet SubQuery project",
"remote": "https://github.com/subquery/ethereum-subql-starter",
"path": "Zircuit Garfield Testnet/zircuit-garfield-testnet-testnet-starter"
}
]
},
{
"code": "48900",
"name": "Zircuit",
"chain_id": "48900",
"description": "Zircuit is the AI powered blockchain for secure, automated finance.",
"logo": "https://static.subquery.network/network-logos/48898.png",
"examples": [
{
"name": "zircuit-starter",
"description": "This project can be use as a starting point for developing your new Zircuit SubQuery project",
"remote": "https://github.com/subquery/ethereum-subql-starter",
"path": "Zircuit/zircuit-starter"
}
]
}
]
Expand Down Expand Up @@ -5966,37 +6026,6 @@
}
]
},
{
"code": "layerEdge",
"name": "LayerEdge - Edgen",
"description": "LayerEdge is a global verification engine that transforms Bitcoin into the security foundation of the internet. As a cutting-edge Cosmos EVM chain, it plays a key role in our mission to empower decentralized data indexing across multiple ecosystems! To accelerate adoption, 500,000 SQT tokens will be allocated to boost indexing rewards for node operators supporting LayerEdge. This is a fantastic opportunity for our community to participate in a growing network while earning additional incentives. We encourage all node operators to deploy a LayerEdge node and help decentralize its infrastructure. By running a validator, you’ll contribute to the network’s security and efficiency while benefiting from boosted rewards.",
"logo": "https://static.subquery.network/network-logos/layer.png",
"networks": [
{
"code": "layerEdge",
"name": "LayerEdge - Edgen",
"chain_id": "LayerEdge",
"description": "LayerEdge is a global verification engine that transforms Bitcoin into the security foundation of the internet. As a cutting-edge Cosmos EVM chain, it plays a key role in our mission to empower decentralized data indexing across multiple ecosystems! To accelerate adoption, 500,000 SQT tokens will be allocated to boost indexing rewards for node operators supporting LayerEdge. This is a fantastic opportunity for our community to participate in a growing network while earning additional incentives. We encourage all node operators to deploy a LayerEdge node and help decentralize its infrastructure. By running a validator, you’ll contribute to the network’s security and efficiency while benefiting from boosted rewards.",
"logo": "https://static.subquery.network/network-logos/layer.png",
"examples": [],
"public_rpc": [
{
"type": "FULL",
"name": "LayerEdge - Edgen Mainnet RPC",
"description": "",
"rate_limit": {
"rate": 50,
"burst": 50
},
"explorer_url": "https://app.subquery.network/explorer/project/0x5d/overview",
"endpoint": "https://layeredge.rpc.subquery.network/public",
"example_request": "curl -H 'content-type:application/json' -d '{\"id\": 1, \"jsonrpc\": \"2.0\", \"method\": \"eth_blockNumber\"}' 'https://layeredge.rpc.subquery.network/public'",
"tags": []
}
]
}
]
},
{
"code": "multi",
"name": "Multi-chain",
Expand Down
Loading