Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@exodus/assets

Package Overview
Dependencies
Maintainers
0
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/assets - npm Package Compare versions

Comparing version 8.0.48 to 8.0.49

6

CHANGELOG.md

@@ -1,3 +0,7 @@

## 8.0.47 / 2021-03-08
## 8.0.49 / 2021-03-25
- add binance chain bep2 token support
## 8.0.48 / 2021-03-08
- No change, re-release to prevent 9.0.x major changes

@@ -4,0 +8,0 @@

@@ -18,3 +18,4 @@ "use strict";

ontology: 'ontologygas',
ontologygas: 'ontologygas'
ontologygas: 'ontologygas',
vechainthor: 'vethor'
};

@@ -36,2 +37,4 @@ const assets = {};

if (asset.assetType === 'SOLANA_TOKEN') baseAssetName = 'solana';
if (asset.assetType === 'QUORUM_ERC20') baseAssetName = 'quorum';
if (asset.assetType === 'BINANCE_TOKEN') baseAssetName = 'bnbmainnet';
if (asset.assetType === 'TRON_TOKEN') baseAssetName = 'tronmainnet';

@@ -54,2 +57,4 @@ if (asset.assetType === 'VECHAIN_TOKEN') baseAssetName = 'vechainthor';

if (assets[assetName].assetType === 'BINANCE_TOKEN') return 'bnbmainnet';
if (assets[assetName].assetType === 'VECHAIN_TOKEN') return 'vethor';
return assets[assetName].baseAsset;

@@ -56,0 +61,0 @@ }

2

package.json
{
"name": "@exodus/assets",
"version": "8.0.48",
"version": "8.0.49",
"description": "Exodus assets",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc