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 0.0.3 to 0.0.4

CHANGELOG.md

45

lib/_erc2-tokens.js

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

name: 'bat',
properName: 'BAT',
properName: 'Basic Attention Token',
decimals: 18,

@@ -236,2 +236,10 @@ ticker: 'BAT',

}, {
name: 'geminidollar',
properName: 'Gemini Dollar',
decimals: 2,
ticker: 'GUSD',
addresses: {
current: '0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd'
}
}, {
name: 'genesisvision',

@@ -374,3 +382,3 @@ properName: 'GenesisVision',

name: 'monaco',
properName: 'Monaco',
properName: 'Crypto.com',
decimals: 8,

@@ -398,2 +406,10 @@ ticker: 'MCO',

}, {
name: 'paxos',
properName: 'Paxos',
decimals: 18,
ticker: 'PAX',
addresses: {
current: '0x8e870d67f660d95d5be530380d0ec0bd388289e1'
}
}, {
name: 'pillar',

@@ -472,10 +488,2 @@ properName: 'Pillar',

}, {
name: 'rchain',
properName: 'RChain',
decimals: 8,
ticker: 'RHOC',
addresses: {
current: '0x168296bb09e24A88805CB9c33356536B980D3fC5'
}
}, {
name: 'request',

@@ -563,6 +571,6 @@ properName: 'Request',

properName: 'Substratum',
decimals: 2,
decimals: 18,
ticker: 'SUB',
addresses: {
current: '0x12480E24eb5bec1a9D4369CaB6a80caD3c0A377A'
current: '0x8D75959f1E61EC2571aa72798237101F084DE63a'
}

@@ -616,11 +624,12 @@ }, {

addresses: {
current: '0x8dd5fbCe2F6a956C3022bA3663759011Dd51e73E'
current: '0x0000000000085d4780B73119b644AE5ecd22b376',
previous: ['0x8dd5fbCe2F6a956C3022bA3663759011Dd51e73E']
}
}, {
name: 'vechain',
properName: 'VeChain',
decimals: 18,
ticker: 'VEN',
name: 'usdcoin',
properName: 'USD Coin',
decimals: 6,
ticker: 'USDC',
addresses: {
current: '0xD850942eF8811f2A866692A623011bDE52a462C1'
current: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48'
}

@@ -627,0 +636,0 @@ }, {

4

lib/bitcoin.js

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

const blockExplorer = {
addressUrl: address => `https://live.blockcypher.com/btc/address/${address}/`,
txUrl: txId => `https://live.blockcypher.com/btc/tx/${txId}/`
addressUrl: address => `https://www.blockchain.com/btc/address/${address}/`,
txUrl: txId => `https://www.blockchain.com/btc/tx/${txId}/`
};
exports.blockExplorer = blockExplorer;

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

txUrl: txId => `https://etherscan.io/tx/${txId}`
}
},
contract: token.addresses
});

@@ -43,0 +44,0 @@ });

{
"name": "@exodus/assets-base",
"version": "0.0.3",
"version": "0.0.4",
"description": "Base level package for supporting 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