Skip to content

Commit 743b699

Browse files
committed
Merge branch 'master' into release/v2.1
2 parents cc0ebb1 + e0a351d commit 743b699

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [2.1-preview] - 2021-04-21
88

9+
## [v2.1.43] - 2021-05-17
10+
911
### Added
1012

1113
- A panel that shows a list of all known smart contracts, allowing quick access to contract metadata
@@ -20,7 +22,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
2022
- Updated @cityofzion/neon-core to version 5.0.0-next.10 (latest RC2 build)
2123
- Outdated npm package dependencies have been updated (now using TypeScript 4, Node 14, React 17, webpack 5)
2224

23-
## [2.0-preview] - 2021-03-24
25+
## [v2.0.18] - 2021-03-24
2426

2527
### Added
2628

src/extension/fileDetectors/serverListDetector.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const UNKNOWN_BLOCKCHAIN =
3030
// names the user has supplied through neo-servers.json file(s) in the
3131
// current workspace):
3232
const WELL_KNOWN_BLOCKCHAINS: { [genesisHash: string]: string } = {
33-
"0x6fcb2719ad6a74997fbf08c9d3c1db626d5c631ea7707a400073a702c5025ffa":
33+
"0x614a807a3e545df0cb5c96d4d387e620e3e34d441f849b9a4033e0b4f906805d":
3434
"Neo N3 TestNet",
3535
};
3636

0 commit comments

Comments
 (0)