We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271c119 commit beb41ceCopy full SHA for beb41ce
src/currencies.js
@@ -560,6 +560,26 @@ var CURRENCIES = [{
560
name: 'Polkadot',
561
symbol: 'dot',
562
validator: DotValidator
563
+ },
564
+ {
565
+ name: 'Uniswap Coin',
566
+ symbol: 'uni',
567
+ validator: ETHValidator
568
569
570
+ name: 'Aave Coin',
571
+ symbol: 'aave',
572
573
574
575
+ name: 'Matic',
576
+ symbol: 'matic',
577
578
579
580
+ name: 'Decentraland',
581
+ symbol: 'mana',
582
583
}
584
];
585
0 commit comments