mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-29 16:07:58 +00:00
13 lines
309 B
JavaScript
13 lines
309 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.knownIcon = void 0;
|
|
exports.knownIcon = {
|
|
centrifuge: 'polkadot',
|
|
kusama: 'polkadot',
|
|
polkadot: 'polkadot',
|
|
sora: 'polkadot',
|
|
statemine: 'polkadot',
|
|
statemint: 'polkadot',
|
|
westmint: 'polkadot'
|
|
};
|