mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-25 22:18:01 +00:00
Ordering for crypto types (#321)
This commit is contained in:
@@ -6,18 +6,18 @@ import { Option } from '../types';
|
||||
|
||||
export const CRYPTOS: Option[] = [
|
||||
{
|
||||
info: 'ecdsa',
|
||||
text: 'ECDSA (ecdsa)',
|
||||
value: 'ecdsa'
|
||||
info: 'sr25519',
|
||||
text: 'Schnorrkel (sr25519, recommended)',
|
||||
value: 'sr25519'
|
||||
},
|
||||
{
|
||||
info: 'ed25519',
|
||||
text: 'Edwards (ed25519)',
|
||||
text: 'Edwards (ed25519, alternative)',
|
||||
value: 'ed25519'
|
||||
},
|
||||
{
|
||||
info: 'sr25519',
|
||||
text: 'Schnorrkel (sr25519)',
|
||||
value: 'sr25519'
|
||||
info: 'ecdsa',
|
||||
text: 'ECDSA (BTC/ETH compatible)',
|
||||
value: 'ecdsa'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user