@exodus/models
Advanced tools
Comparing version 8.5.12 to 8.5.13
@@ -0,1 +1,5 @@ | ||
## 8.5.13 / 2021-05-18 | ||
- Feat: add Agorand Tokens support | ||
## 8.5.12 / 2021-05-17 | ||
@@ -2,0 +6,0 @@ |
@@ -60,2 +60,6 @@ "use strict"; | ||
case 'ALGORAND_TOKEN': | ||
coinName = 'algorand'; | ||
break; | ||
case 'QUORUM_ERC20': | ||
@@ -62,0 +66,0 @@ coinName = 'quorum'; |
{ | ||
"name": "@exodus/models", | ||
"version": "8.5.12", | ||
"version": "8.5.13", | ||
"description": "Exodus models", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
54847
1332