mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-28 20:17:57 +00:00
10 lines
209 B
JavaScript
10 lines
209 B
JavaScript
export const knownIcon = {
|
|
centrifuge: 'polkadot',
|
|
kusama: 'polkadot',
|
|
polkadot: 'polkadot',
|
|
sora: 'polkadot',
|
|
statemine: 'polkadot',
|
|
statemint: 'polkadot',
|
|
westmint: 'polkadot'
|
|
};
|