Rename Substrate entry to "generic" (#327)

* Rename Substrate entry to "generic"

* Rewrite yarn.lock

* Linting (base package update)
This commit is contained in:
Jaco Greeff
2020-05-30 09:03:08 +02:00
committed by GitHub
parent 66f65052f6
commit 990d4394af
12 changed files with 975 additions and 962 deletions
+8 -6
View File
@@ -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)',