From 6872d203d19f8e5b42c57cb09f45a5a25d1596ca Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Mon, 16 Dec 2024 12:35:12 -0500 Subject: [PATCH] bump up version, add corn icons --- package.json | 2 +- registry/eip155/corn-testnet.json | 5 +++++ registry/eip155/corn.json | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 78b5b13..5c24290 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.6.10", + "version": "0.6.11", "private": true, "type": "module", "scripts": { diff --git a/registry/eip155/corn-testnet.json b/registry/eip155/corn-testnet.json index 25035a8..8c64310 100644 --- a/registry/eip155/corn-testnet.json +++ b/registry/eip155/corn-testnet.json @@ -28,5 +28,10 @@ "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", "bytesEncoding": "hex" + }, + "icon": { + "web3Icons": { + "name": "corn" + } } } diff --git a/registry/eip155/corn.json b/registry/eip155/corn.json index 72339be..0ec8c7f 100644 --- a/registry/eip155/corn.json +++ b/registry/eip155/corn.json @@ -25,5 +25,10 @@ "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", "bytesEncoding": "hex" + }, + "icon": { + "web3Icons": { + "name": "corn" + } } }