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

@exodus/assets-base

Package Overview
Dependencies
Maintainers
0
Versions
270
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 8.0.134 to 8.0.135

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 8.0.135 / 2022-05-5
chore: rename Binance Chain and Binance Smart Chain
# 8.0.134 / 2022-05-2

@@ -2,0 +6,0 @@

4

lib/_solana-tokens.js

@@ -202,4 +202,4 @@ "use strict";

blockExplorer: {
addressUrl: address => `https://explorer.solana.com/address/${address}`,
txUrl: txId => `https://explorer.solana.com/tx/${txId}`
addressUrl: address => `https://solscan.io/account/${address}`,
txUrl: txId => `https://solscan.io/tx/${txId}`
}

@@ -206,0 +206,0 @@ }));

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

exports.name = name;
const properName = 'Binance Coin';
const properName = 'BNB';
exports.properName = properName;
const ticker = 'BNB';
exports.ticker = ticker;
const displayNetworkName = 'Binance Chain';
const displayNetworkName = 'BNB Beacon Chain';
exports.displayNetworkName = displayNetworkName;

@@ -19,0 +19,0 @@ const units = {

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

exports.name = name;
const properName = 'Binance Coin';
const properName = 'BNB';
exports.properName = properName;

@@ -21,3 +21,3 @@ const ticker = 'BNBBSC';

exports.displayNetworkTicker = displayNetworkTicker;
const displayNetworkName = 'Binance Smart Chain';
const displayNetworkName = 'BNB Smart Chain';
exports.displayNetworkName = displayNetworkName;

@@ -24,0 +24,0 @@ const gasLimit = 21e3;

@@ -24,5 +24,5 @@ "use strict";

const blockExplorer = {
addressUrl: address => `https://explorer.solana.com/address/${address}`,
txUrl: txId => `https://explorer.solana.com/tx/${txId}`
addressUrl: address => `https://solscan.io/account/${address}`,
txUrl: txId => `https://solscan.io/tx/${txId}`
};
exports.blockExplorer = blockExplorer;
{
"name": "@exodus/assets-base",
"version": "8.0.134",
"version": "8.0.135",
"description": "Base level package for supporting Exodus assets.",

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

Sorry, the diff of this file is too big to display

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