Skip to content

Commit

Permalink
generate registry v0.6.5 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent 988fc68 commit 1af793b
Show file tree
Hide file tree
Showing 7 changed files with 5,920 additions and 23 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/networks-table.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Networks Registry v0.6.4
# Networks Registry v0.6.5

Auto-generated from the networks registry on every release.

Expand Down Expand Up @@ -104,6 +104,6 @@ Auto-generated from the networks registry on every release.
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/aurora.svg) Aurora | **aurora-testnet** | _testnet_ | | _ethereum_ || | | | [https://explorer.testnet.aurora.dev](https://explorer.testnet.aurora.dev) | [https://doc.aurora.dev](https://doc.aurora.dev) |
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/zksync.svg) zkSync Era | **zksync-era** | _mainnet_ | | _ethereum_ || | | | [https://explorer.zksync.io](https://explorer.zksync.io) | [https://docs.zksync.io](https://docs.zksync.io) |
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/etherlink.svg) Etherlink | **etherlink-testnet** | _testnet_ | | _ethereum_ || | | | [https://testnet.explorer.etherlink.com](https://testnet.explorer.etherlink.com) | [https://docs.etherlink.com](https://docs.etherlink.com) |
| Lens Sepolia | **lens-sepolia** | _testnet_ | | _ethereum_ | | | | | [https://block-explorer.testnet.lens.dev](https://block-explorer.testnet.lens.dev) | [https://www.lens.xyz/docs](https://www.lens.xyz/docs) |
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/kava.svg) Kava | **kava** | _mainnet_ | | _ethereum_ | | | | | [https://kavascan.io](https://kavascan.io) | [https://docs.kava.io](https://docs.kava.io) |
| Lens | **lens-testnet** | _testnet_ | | _ethereum_ | | | | | [https://block-explorer.testnet.lens.dev](https://block-explorer.testnet.lens.dev) | [https://www.lens.xyz/docs](https://www.lens.xyz/docs) |
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/cronos.svg) Cronos | **cronos** | _mainnet_ | | _ethereum_ | | | | | [https://explorer.cronos.org](https://explorer.cronos.org) | [https://docs.cronos.org](https://docs.cronos.org) |
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
"ajv-formats": "^3.0.1",
"json-schema-to-typescript": "15.0.3",
"prettier": "3.4.1"
},
"dependencies": {
"wrangler": "3.90.0"
}
}
13 changes: 6 additions & 7 deletions public/TheGraphNetworksRegistry.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://registry.thegraph.com/TheGraphNetworksRegistrySchema_v0_6.json",
"version": "0.6.4",
"version": "0.6.5",
"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": "2024-11-23T20:24:15.804Z",
"updatedAt": "2024-11-27T15:01:06.379Z",
"networks": [
{
"id": "mainnet",
Expand Down Expand Up @@ -2640,13 +2640,12 @@
}
},
{
"id": "lens-sepolia",
"id": "lens-testnet",
"shortName": "Lens",
"secondName": "Sepolia",
"fullName": "Lens Sepolia Testnet",
"fullName": "Lens Testnet",
"aliases": [
"evm-37111",
"lens-testnet"
"lens-sepolia"
],
"caip2Id": "eip155:37111",
"graphNode": {
Expand All @@ -2668,7 +2667,7 @@
"relations": [
{
"kind": "testnetOf",
"network": "lens-sepolia"
"network": "lens-testnet"
},
{
"kind": "l2Of",
Expand Down
Loading

0 comments on commit 1af793b

Please sign in to comment.