Bump deps (#357)

* Bump deps

* Update packages/ui-settings/src/defaults/crypto.ts

* .eslintrc
This commit is contained in:
Jaco Greeff
2020-08-26 15:59:57 +02:00
committed by GitHub
parent 3eb8799f67
commit ccfa730713
15 changed files with 551 additions and 463 deletions
+9 -1
View File
@@ -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'
}
];