Skip to content

Commit 846e9db

Browse files
2.2.0 (#1140)
1 parent b53a08c commit 846e9db

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.2.0]
10+
### Added
11+
- Add METAOASIS Token ([#1139](https://github.com/MetaMask/contract-metadata/pull/1139))
12+
- Updated the contract address for $MAHA and added $ARTH logo ([#1137](https://github.com/MetaMask/contract-metadata/pull/1137))
13+
- Add Aventus ([#1133](https://github.com/MetaMask/contract-metadata/pull/1133))
14+
- Add VIDT DAO ([#1093](https://github.com/MetaMask/contract-metadata/pull/1093))
15+
- Add SHIB, CHZ, GALA, MASK, CRV, DYDX, HIFI ([#1131](https://github.com/MetaMask/contract-metadata/pull/1131))
16+
- Add CTX, TCAP tokens ([#850](https://github.com/MetaMask/contract-metadata/pull/850))
17+
- Add Tidex Token ([#1130](https://github.com/MetaMask/contract-metadata/pull/1130))
18+
- Add PREMA ([#1127](https://github.com/MetaMask/contract-metadata/pull/1127))
19+
- Add Energi token ([#627](https://github.com/MetaMask/contract-metadata/pull/627))
20+
- Add Verse Token ([#1125](https://github.com/MetaMask/contract-metadata/pull/1125))
21+
- Changed Ooki logo ([#1124](https://github.com/MetaMask/contract-metadata/pull/1124))
22+
- Updated StormX to the new address ([#1123](https://github.com/MetaMask/contract-metadata/pull/1123))
23+
24+
### Changed
25+
- Optimize SVG icons ([#1132](https://github.com/MetaMask/contract-metadata/pull/1132))
26+
- Remove not used tokens with .png logos ([#1126](https://github.com/MetaMask/contract-metadata/pull/1126))
27+
- Updated logo extension to using .svg ([#1122](https://github.com/MetaMask/contract-metadata/pull/1122))
28+
- Updated AirSwap logo ([#1120](https://github.com/MetaMask/contract-metadata/pull/1120))
29+
930
## [2.1.0]
1031
### Added
1132
- Add TrueGBP, TrueAUD, TrueCAD and TrueHKD ([#1116](https://github.com/MetaMask/contract-metadata/pull/1116))
@@ -52,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5273
- Adding top nfts contracts on opensea by floor price ([#1052](https://github.com/MetaMask/contract-metadata/pull/1052))
5374
- New release ([#1045](https://github.com/MetaMask/contract-metadata/pull/1045))
5475

55-
[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v2.1.0...HEAD
76+
[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v2.2.0...HEAD
77+
[2.2.0]: https://github.com/MetaMask/contract-metadata/compare/v2.1.0...v2.2.0
5678
[2.1.0]: https://github.com/MetaMask/contract-metadata/compare/v2.0.0...v2.1.0
5779
[2.0.0]: https://github.com/MetaMask/contract-metadata/compare/v1.36.0...v2.0.0
5880
[1.36.0]: https://github.com/MetaMask/contract-metadata/releases/tag/v1.36.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/contract-metadata",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A mapping of ethereum contract addresses to broadly accepted icons for those addresses.",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)