Skip to content

Commit

Permalink
generate registry v0.6.43 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 24, 2025
1 parent 95e3c55 commit 16dd08f
Show file tree
Hide file tree
Showing 8 changed files with 8,509 additions and 153 deletions.
273 changes: 138 additions & 135 deletions docs/networks-table.md

Large diffs are not rendered by default.

175 changes: 173 additions & 2 deletions public/TheGraphNetworksRegistry.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://networks-registry.thegraph.com/TheGraphNetworksRegistrySchema_v0_6.json",
"version": "0.6.42",
"version": "0.6.43",
"title": "The Graph networks registry",
"description": "This registry was generated and validated. To add a chain, open a pull request: https://github.com/graphprotocol/networks-registry",
"updatedAt": "2025-02-22T23:08:19.980Z",
"updatedAt": "2025-02-24T21:54:24.991Z",
"networks": [
{
"id": "mainnet",
Expand Down Expand Up @@ -1519,6 +1519,62 @@
}
}
},
{
"id": "hashkeychain-sepolia",
"shortName": "Hashkey Chain",
"secondName": "Sepolia",
"fullName": "Hashkey Chain Sepolia Testnet",
"aliases": [
"hashkeychain-testnet",
"evm-133"
],
"caip2Id": "eip155:133",
"graphNode": {
"protocol": "ethereum"
},
"explorerUrls": [
"https://hashkeychain-testnet-explorer.alt.technology/"
],
"apiUrls": [
{
"url": "https://hashkeychain-testnet-explorer.alt.technology/api",
"kind": "etherscan"
}
],
"rpcUrls": [
"https://hashkeychain-testnet.alt.technology"
],
"networkType": "testnet",
"relations": [
{
"kind": "l2Of",
"network": "sepolia"
}
],
"services": {
"subgraphs": [
"https://api.studio.thegraph.com/deploy"
]
},
"issuanceRewards": false,
"nativeToken": "HSK",
"docsUrl": "https://docs.hsk.xyz/",
"genesis": {
"hash": "0x656cb2200b3dd0ac9434a86aa8db62fe1a0f317be4086cc5fe80c7c36645ed8c",
"height": 0
},
"firehose": {
"blockType": "sf.ethereum.type.v2.Block",
"evmExtendedModel": false,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
},
"icon": {
"web3Icons": {
"name": "hashkey"
}
}
},
{
"id": "gravity-testnet",
"shortName": "Gravity",
Expand Down Expand Up @@ -2185,6 +2241,61 @@
}
}
},
{
"id": "hashkeychain",
"shortName": "Hashkey Chain",
"fullName": "Hashkey Chain Mainnet",
"aliases": [
"hashkeychain-mainnet",
"evm-177"
],
"caip2Id": "eip155:177",
"graphNode": {
"protocol": "ethereum"
},
"explorerUrls": [
"https://hashkey.blockscout.com"
],
"apiUrls": [
{
"url": "https://hashkey.blockscout.com/api",
"kind": "etherscan"
}
],
"rpcUrls": [
"https://mainnet.hsk.xyz"
],
"networkType": "mainnet",
"relations": [
{
"kind": "l2Of",
"network": "mainnet"
}
],
"services": {
"subgraphs": [
"https://api.studio.thegraph.com/deploy"
]
},
"issuanceRewards": false,
"nativeToken": "HSK",
"docsUrl": "https://docs.hsk.xyz/",
"genesis": {
"hash": "0xa96aea946b763641b616ce0c69f37e61d9cd0abd709ef13a6b833e67b76de208",
"height": 0
},
"firehose": {
"blockType": "sf.ethereum.type.v2.Block",
"evmExtendedModel": false,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
},
"icon": {
"web3Icons": {
"name": "hashkey"
}
}
},
{
"id": "eos-evm",
"shortName": "EOS EVM",
Expand Down Expand Up @@ -3584,6 +3695,66 @@
}
}
},
{
"id": "apechain-curtis",
"shortName": "ApeChain",
"secondName": "Curtis",
"fullName": "ApeChain Curtis Testnet",
"aliases": [
"apechain-testnet",
"evm-33111"
],
"caip2Id": "eip155:33111",
"graphNode": {
"protocol": "ethereum"
},
"explorerUrls": [
"https://curtis.apescan.io/"
],
"rpcUrls": [
"https://curtis.rpc.caldera.xyz/http"
],
"apiUrls": [
{
"url": "https://api-curtis.apescan.io/api",
"kind": "etherscan"
}
],
"networkType": "testnet",
"relations": [
{
"kind": "testnetOf",
"network": "apechain"
},
{
"kind": "l2Of",
"network": "arbitrum-sepolia"
}
],
"services": {
"subgraphs": [
"https://api.studio.thegraph.com/deploy"
]
},
"issuanceRewards": false,
"nativeToken": "APE",
"docsUrl": "https://docs.apechain.com/",
"genesis": {
"hash": "0xebbc9a87d1c945533b12311d15d11f7baab6d8c64f7aabe9d956f862554807a8",
"height": 0
},
"firehose": {
"blockType": "sf.ethereum.type.v2.Block",
"evmExtendedModel": false,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
},
"icon": {
"web3Icons": {
"name": "apechain"
}
}
},
{
"id": "apechain",
"shortName": "ApeChain",
Expand Down
Loading

0 comments on commit 16dd08f

Please sign in to comment.