Skip to content

Commit 5767b68

Browse files
committed
generate registry v0.6.59 [no ci]
1 parent 63070a3 commit 5767b68

8 files changed

+8577
-113
lines changed

docs/networks-table.md

Lines changed: 99 additions & 99 deletions
Large diffs are not rendered by default.

public/TheGraphNetworksRegistry.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "https://networks-registry.thegraph.com/TheGraphNetworksRegistrySchema_v0_6.json",
3-
"version": "0.6.58",
3+
"version": "0.6.59",
44
"title": "The Graph networks registry",
55
"description": "This registry was generated and validated. To add a chain, open a pull request: https://github.com/graphprotocol/networks-registry",
6-
"updatedAt": "2025-04-05T18:36:33.422Z",
6+
"updatedAt": "2025-04-23T22:14:37.386Z",
77
"networks": [
88
{
99
"id": "mainnet",
@@ -3017,6 +3017,11 @@
30173017
"evmExtendedModel": false,
30183018
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
30193019
"bytesEncoding": "hex"
3020+
},
3021+
"icon": {
3022+
"web3Icons": {
3023+
"name": "ronin"
3024+
}
30203025
}
30213026
},
30223027
{
@@ -7263,6 +7268,11 @@
72637268
"blockType": "sf.antelope.type.v1.Block",
72647269
"bufUrl": "https://buf.build/pinax/firehose-antelope",
72657270
"bytesEncoding": "hex"
7271+
},
7272+
"icon": {
7273+
"web3Icons": {
7274+
"name": "ultra"
7275+
}
72667276
}
72677277
},
72687278
{

public/TheGraphNetworksRegistrySchema_v0_6.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,10 @@
223223
},
224224
"variants": {
225225
"type": "array",
226-
"items": { "type": "string", "pattern": "^(mono|branded)$" },
226+
"items": {
227+
"type": "string",
228+
"pattern": "^(mono|branded)$"
229+
},
227230
"uniqueItems": true,
228231
"description": "Variants of the icon, if none specified - all are available"
229232
}

0 commit comments

Comments
 (0)