Add Edgeware chain prefix to settings. (#317)

This commit is contained in:
Jake Naviasky
2020-05-12 11:31:59 -04:00
committed by GitHub
parent ee6efc5bf8
commit 8d39fabad7
@@ -26,5 +26,10 @@ export const PREFIXES: Option[] = [
info: 'polkadot',
text: 'Polkadot (live)',
value: 0
},
{
info: 'edgeware',
text: 'Edgeware (live)',
value: 7
}
];