Skip to content

Commit

Permalink
added aave, mana, matic, uni
Browse files Browse the repository at this point in the history
  • Loading branch information
christsim committed Jun 23, 2021
1 parent beb41ce commit f8f3626
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 230 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ npm install multicoin-address-validator
### Supported crypto currencies

* 0x/zrx `'0x'` or `'zrx'`
* Aave Coin/aave `'Aave Coin'` or `'aave'`
* Algorand/algo `'Algorand'` or `'algo'`
* Aragon/ant `'Aragon'` or `'ant'`
* Augur/rep `'Augur'` or `'rep'`
* AugurV2/repv2 `'AugurV2'` or `'repv2'`
Expand All @@ -59,6 +61,7 @@ npm install multicoin-address-validator
* Crypto.com Coin/cro `'Crypto.com Coin'` or `'cro'`
* CUSD/cusd `'CUSD'` or `'cusd'`
* Dash/dash `'Dash'` or `'dash'`
* Decentraland/mana `'Decentraland'` or `'mana'`
* Decred/dcr `'Decred'` or `'dcr'`
* DigiByte/dgb `'DigiByte'` or `'dgb'`
* District0x/dnt `'District0x'` or `'dnt'`
Expand Down Expand Up @@ -88,6 +91,7 @@ npm install multicoin-address-validator
* Loom Network/loom `'Loom Network'` or `'loom'`
* Maker/mkr `'Maker'` or `'mkr'`
* Matchpool/gup `'Matchpool'` or `'gup'`
* Matic/matic `'Matic'` or `'matic'`
* MegaCoin/mec `'MegaCoin'` or `'mec'`
* Melon/mln `'Melon'` or `'mln'`
* Metal/mtl `'Metal'` or `'mtl'`
Expand All @@ -106,6 +110,7 @@ npm install multicoin-address-validator
* Paxos/pax `'Paxos'` or `'pax'`
* PeerCoin/ppc `'PeerCoin'` or `'ppc'`
* PIVX/pivx `'PIVX'` or `'pivx'`
* Polkadot/dot `'Polkadot'` or `'dot'`
* Polymath/poly `'Polymath'` or `'poly'`
* PrimeCoin/xpm `'PrimeCoin'` or `'xpm'`
* ProtoShares/pts `'ProtoShares'` or `'pts'`
Expand Down Expand Up @@ -136,6 +141,7 @@ npm install multicoin-address-validator
* Tezos/xtz `'Tezos'` or `'xtz'`
* Tron/trx `'Tron'` or `'trx'`
* TrueUSD/tusd `'TrueUSD'` or `'tusd'`
* Uniswap Coin/uni `'Uniswap Coin'` or `'uni'`
* USD Coin/usdc `'USD Coin'` or `'usdc'`
* VeChain/vet `'VeChain'` or `'vet'`
* VertCoin/vtc `'VertCoin'` or `'vtc'`
Expand All @@ -147,6 +153,7 @@ npm install multicoin-address-validator
* ZClassic/zcl `'ZClassic'` or `'zcl'`
* ZenCash/zen `'ZenCash'` or `'zen'`


### Usage example

#### Node
Expand Down
20 changes: 20 additions & 0 deletions dist/wallet-address-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -12406,6 +12406,26 @@ var CURRENCIES = [{
name: 'Polkadot',
symbol: 'dot',
validator: DotValidator
},
{
name: 'Uniswap Coin',
symbol: 'uni',
validator: ETHValidator
},
{
name: 'Aave Coin',
symbol: 'aave',
validator: ETHValidator
},
{
name: 'Matic',
symbol: 'matic',
validator: ETHValidator
},
{
name: 'Decentraland',
symbol: 'mana',
validator: ETHValidator
}
];

Expand Down
2 changes: 1 addition & 1 deletion dist/wallet-address-validator.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit f8f3626

Please sign in to comment.