You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@exodus/assets-base

Package Overview
Dependencies
Maintainers
0
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/assets-base - npm Package Compare versions

Comparing version

to
8.0.91

6

lib/flare.js

@@ -14,7 +14,7 @@ "use strict";

exports.properName = properName;
const ticker = 'SPARK';
const ticker = 'FLR';
exports.ticker = ticker;
const units = {
wei: 0,
SPARK: 18
base: 0,
FLR: 18
};

@@ -21,0 +21,0 @@ exports.units = units;

@@ -14,3 +14,3 @@ "use strict";

exports.properName = properName;
const ticker = 'BTC';
const ticker = 'LNBTC';
exports.ticker = ticker;

@@ -20,3 +20,4 @@ const units = {

satoshis: 3,
BTC: 11
BTC: 11,
LNBTC: 11
};

@@ -23,0 +24,0 @@ exports.units = units;

{
"name": "@exodus/assets-base",
"version": "8.0.90",
"version": "8.0.91",
"description": "Base level package for supporting Exodus assets.",

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