mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-04 03:47:27 +00:00
Bump deps (#357)
* Bump deps * Update packages/ui-settings/src/defaults/crypto.ts * .eslintrc
This commit is contained in:
@@ -17,7 +17,15 @@ export const CRYPTOS: Option[] = [
|
||||
},
|
||||
{
|
||||
info: 'ecdsa',
|
||||
text: 'ECDSA (BTC/ETH compatible)',
|
||||
text: 'ECDSA (Non BTC/ETH compatible)',
|
||||
value: 'ecdsa'
|
||||
}
|
||||
];
|
||||
|
||||
export const CRYPTOS_ETH: Option[] = [
|
||||
{
|
||||
info: 'ethereum',
|
||||
text: 'ECDSA (ETH compatible)',
|
||||
value: 'ethereum'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user