Skip to content

Commit d07e511

Browse files
committed
Removing references to EOS
1 parent 7bb88b8 commit d07e511

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

assets/chain/vaulta.png

272 Bytes
Loading

src/common/chains.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ export namespace Chains {
337337
* A list of chain IDs and their ChainIndices for reference lookups
338338
*/
339339
export const chainIdsToIndices: Map<Checksum256Type, ChainIndices> = new Map([
340-
['aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906', 'EOS'],
341340
['21dcae42c0182200e93f954a074011f9048a7624c6fe81d3c9541a614a88bd1c', 'FIO'],
342341
['b20901380af44ef59c5918439a1f9a41d83669020319a80574b804a5f95cbd7e', 'FIOTestnet'],
343342
['73e4385a2708e6d7048834fbc1079f2fabb17b3c125b146af438971e90716c4d', 'Jungle4'],
@@ -358,10 +357,6 @@ export const chainIdsToIndices: Map<Checksum256Type, ChainIndices> = new Map([
358357
* A list of known chain IDs and their logos.
359358
*/
360359
export const chainLogos: Map<Checksum256Type, LogoType> = new Map([
361-
[
362-
'aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906',
363-
'https://assets.wharfkit.com/chain/eos.png',
364-
],
365360
[
366361
'21dcae42c0182200e93f954a074011f9048a7624c6fe81d3c9541a614a88bd1c',
367362
'https://assets.wharfkit.com/chain/fio.png',

0 commit comments

Comments
 (0)