Skip to content

Commit 6259b51

Browse files
github-actions[bot]github-actionsdylanbutler1MRabendaGudahtt
authored
2.4.0 (#1216)
* 2.4.0 * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Mark Stacey <[email protected]> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: dylanbutler1 <[email protected]> Co-authored-by: MRabenda <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent 9a4671e commit 6259b51

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.4.0]
10+
### Added
11+
- Add PayPal USD (PYUSD) ([#1214](https://github.com/MetaMask/contract-metadata/pull/1214))
12+
- Add 3space ([#1202](https://github.com/MetaMask/contract-metadata/pull/1202))
13+
- Add MATIC logo ([#1200](https://github.com/MetaMask/contract-metadata/pull/1200))
14+
- Add INFibit Token ([#1197](https://github.com/MetaMask/contract-metadata/pull/1197))
15+
- Add Bens Finale Token ([#1196](https://github.com/MetaMask/contract-metadata/pull/1196))
16+
- Add RWA Token ([#1177](https://github.com/MetaMask/contract-metadata/pull/1177))
17+
- Add PepeInu Token ([#1193](https://github.com/MetaMask/contract-metadata/pull/1193))
18+
- Add EscoCoin Token (#1190) ([#1190](https://github.com/MetaMask/contract-metadata/pull/1190))
19+
- Add PeterPan Token Logo ([#1192](https://github.com/MetaMask/contract-metadata/pull/1192))
20+
- Add Cope Token ([#1189](https://github.com/MetaMask/contract-metadata/pull/1189))
21+
- Add MagicCraft Token ([#1188](https://github.com/MetaMask/contract-metadata/pull/1188))
22+
- Add Axelar token ([#1182](https://github.com/MetaMask/contract-metadata/pull/1182))
23+
- Add Origin Ether (OETH) ([#1178](https://github.com/MetaMask/contract-metadata/pull/1178))
24+
- Add Genieswap.com (GENIE) ([#1176](https://github.com/MetaMask/contract-metadata/pull/1176))
25+
- Add DHN ([#928](https://github.com/MetaMask/contract-metadata/pull/928))
26+
- Add ZKT token ([#942](https://github.com/MetaMask/contract-metadata/pull/942))
27+
- Add TEMPLE ([#1147](https://github.com/MetaMask/contract-metadata/pull/1147))
28+
29+
### Changed
30+
- Update $BEN Coin ([#1198](https://github.com/MetaMask/contract-metadata/pull/1198))
31+
- Update DIA logo after rebranding ([#1180](https://github.com/MetaMask/contract-metadata/pull/1180))
32+
- Update CIG token logo to add missing pixel ([#1179](https://github.com/MetaMask/contract-metadata/pull/1179))
33+
34+
### Fixed
35+
- Fix stretched UMA logo ([#1185](https://github.com/MetaMask/contract-metadata/pull/1185))
36+
- Fix decimals for QUID and GPO ([#1175](https://github.com/MetaMask/contract-metadata/pull/1175))
37+
938
## [2.3.1]
1039
### Changed
1140
- This release fixes an error that prevented the publishing of v2.3.0. No functional changes.
@@ -94,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94123
- Adding top nfts contracts on opensea by floor price ([#1052](https://github.com/MetaMask/contract-metadata/pull/1052))
95124
- New release ([#1045](https://github.com/MetaMask/contract-metadata/pull/1045))
96125

97-
[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v2.3.1...HEAD
126+
[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v2.4.0...HEAD
127+
[2.4.0]: https://github.com/MetaMask/contract-metadata/compare/v2.3.1...v2.4.0
98128
[2.3.1]: https://github.com/MetaMask/contract-metadata/compare/v2.3.0...v2.3.1
99129
[2.3.0]: https://github.com/MetaMask/contract-metadata/compare/v2.2.0...v2.3.0
100130
[2.2.0]: https://github.com/MetaMask/contract-metadata/compare/v2.1.0...v2.2.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.3.1",
3+
"version": "2.4.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)