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.100

4

CHANGELOG.md

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

# 8.0.100 / 2021-11-16
- ERC20: add WETH
# 8.0.99 / 2021-10-11

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

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

},
weth: {
description: 'WETH is the wrapped version of ETH that refers to the ERC-20 compatible version of Ether. Wrapping ETH does not affect its value, 1 ETH is always 1 WETH.',
website: 'https://weth.io/'
},
wetrust: {

@@ -993,0 +997,0 @@ description: 'WeTrust is an Ethereum-based token designed to provide financial services to create a more inclusive financial system.',

@@ -997,2 +997,10 @@ "use strict";

}, {
name: 'weth',
properName: 'Wrapped Ether',
decimals: 18,
ticker: 'WETH',
addresses: {
current: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
}
}, {
name: 'wetrust',

@@ -999,0 +1007,0 @@ properName: 'WeTrust',

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

}
}, {
name: 'weth_matic',
properName: 'Wrapped Ether',
decimals: 18,
ticker: 'WETHMATIC',
properTicker: 'WETH',
addresses: {
current: '0x7ceb23fd6bc0add59e62ac25578270cff1b9f619'
}
}];
exports.default = _default;

2

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

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