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.143 to 8.0.144

lib/_avalanchec-tokens.js

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 8.0.144 / 2022-07-20
- Add USDT (AVAX,MATIC,BSC,FTM) | USDC (AVAX,FTM)
# 8.0.143 / 2022-07-13

@@ -2,0 +5,0 @@

@@ -68,2 +68,12 @@ "use strict";

}, {
name: 'usdt_bsc_ddedf0f8',
properName: 'Tether USD',
decimals: 18,
ticker: 'USDTbscDDEDF0F8',
properTicker: 'USDT',
addresses: {
current: '0x55d398326f99059fF775485246999027B3197955'
},
tokenType: 'BEP20'
}, {
name: 'mbox_bsc',

@@ -70,0 +80,0 @@ properName: 'MoBox',

@@ -24,2 +24,6 @@ "use strict";

var _avalanchecTokens = _interopRequireDefault(require("./_avalanchec-tokens"));
var _fantomTokens = _interopRequireDefault(require("./_fantom-tokens"));
var ark = _interopRequireWildcard(require("./ark"));

@@ -169,2 +173,6 @@

_assets.push(..._avalanchecTokens.default);
_assets.push(..._fantomTokens.default);
_assets.push(..._solanaTokens.default);

@@ -171,0 +179,0 @@

@@ -17,2 +17,11 @@ "use strict";

}, {
name: 'usdt_matic_86e249c1',
properName: 'Tether USD',
decimals: 6,
ticker: 'USDTmatic86E249C1',
properTicker: 'USDT',
addresses: {
current: '0xc2132D05D31c914a87C6611C10748AEb04B58e8F'
}
}, {
name: 'usdcoin_matic',

@@ -19,0 +28,0 @@ properName: 'USD Coin',

5

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

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

"yargs": "^17.4.1",
"js-yaml": "^4.1.0"
"js-yaml": "^4.1.0",
"to-checksum-address": "^1.0.0"
}
}
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