diff --git a/package.json b/package.json index 2925cc5..8c3f770 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.6.58", + "version": "0.6.59", "private": true, "type": "module", "scripts": { diff --git a/registry/antelope/ultra.json b/registry/antelope/ultra.json index 5f3c51b..fb93d4a 100644 --- a/registry/antelope/ultra.json +++ b/registry/antelope/ultra.json @@ -23,5 +23,6 @@ "blockType": "sf.antelope.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-antelope", "bytesEncoding": "hex" - } + }, + "icon": { "web3Icons": { "name": "ultra" } } } diff --git a/registry/eip155/ronin.json b/registry/eip155/ronin.json index 852c80a..e4a6a23 100644 --- a/registry/eip155/ronin.json +++ b/registry/eip155/ronin.json @@ -29,5 +29,6 @@ "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", "bytesEncoding": "hex" - } + }, + "icon": { "web3Icons": { "name": "ronin" } } } diff --git a/registry/eip155/zora.json b/registry/eip155/zora.json index 3e1c9f9..6042ce0 100644 --- a/registry/eip155/zora.json +++ b/registry/eip155/zora.json @@ -42,5 +42,7 @@ "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", "bytesEncoding": "hex" }, - "icon": { "web3Icons": { "name": "zora", "variants": ["branded"] } } + "icon": { + "web3Icons": { "name": "zora", "variants": ["branded"] } + } } diff --git a/schemas/registry.schema.json b/schemas/registry.schema.json index d8ee61c..decb6c0 100644 --- a/schemas/registry.schema.json +++ b/schemas/registry.schema.json @@ -223,7 +223,10 @@ }, "variants": { "type": "array", - "items": { "type": "string", "pattern": "^(mono|branded)$" }, + "items": { + "type": "string", + "pattern": "^(mono|branded)$" + }, "uniqueItems": true, "description": "Variants of the icon, if none specified - all are available" }