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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.58",
"version": "0.6.59",
"private": true,
"type": "module",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion registry/antelope/ultra.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"blockType": "sf.antelope.type.v1.Block",
"bufUrl": "https://buf.build/pinax/firehose-antelope",
"bytesEncoding": "hex"
}
},
"icon": { "web3Icons": { "name": "ultra" } }
}
3 changes: 2 additions & 1 deletion registry/eip155/ronin.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"evmExtendedModel": false,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
}
},
"icon": { "web3Icons": { "name": "ronin" } }
}
4 changes: 3 additions & 1 deletion registry/eip155/zora.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
}
}
5 changes: 4 additions & 1 deletion schemas/registry.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down