mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-25 16:27:59 +00:00
Rename Substrate entry to "generic" (#327)
* Rename Substrate entry to "generic" * Rewrite yarn.lock * Linting (base package update)
This commit is contained in:
@@ -12,21 +12,23 @@ export const PREFIXES: Option[] = [
|
||||
text: 'Default for the connected node',
|
||||
value: -1
|
||||
},
|
||||
// keep as first (well, after default)
|
||||
{
|
||||
info: 'substrate',
|
||||
text: 'Substrate (development)',
|
||||
text: 'Substrate (generic)',
|
||||
value: 42
|
||||
},
|
||||
// all in ascending order based on value
|
||||
{
|
||||
info: 'polkadot',
|
||||
text: 'Polkadot (live)',
|
||||
value: 0
|
||||
},
|
||||
{
|
||||
info: 'kusama',
|
||||
text: 'Kusama (canary)',
|
||||
value: 2
|
||||
},
|
||||
{
|
||||
info: 'polkadot',
|
||||
text: 'Polkadot (live)',
|
||||
value: 0
|
||||
},
|
||||
{
|
||||
info: 'edgeware',
|
||||
text: 'Edgeware (live)',
|
||||
|
||||
Reference in New Issue
Block a user