mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-12 15:31:07 +00:00
Added ECDSA crypto type (#313)
This commit is contained in:
committed by
GitHub
parent
0fa2fe3b32
commit
82315bd349
@@ -5,6 +5,11 @@
|
||||
import { Option } from '../types';
|
||||
|
||||
export const CRYPTOS: Option[] = [
|
||||
{
|
||||
info: 'ecdsa',
|
||||
text: 'ECDSA (ecdsa)',
|
||||
value: 'ecdsa'
|
||||
},
|
||||
{
|
||||
info: 'ed25519',
|
||||
text: 'Edwards (ed25519)',
|
||||
|
||||
Reference in New Issue
Block a user