All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add support for Sepolia network ID to
createExplorerLink
,createAccountLink
, andcreateTokenTrackerLink
(#64)
- BREAKING: Remove support for Ropsten, Rinkeby, and Kovan (#63)
- Add support for the Sepolia network (#60)
- Add methods (getBlockExplorerLink, getAccountLink, getTokenTrackerLink) that select correct block explorer link format based on input params (#44)
- Add support for custom block explorer URL generation (#31)
- [BREAKING]: Drop support for Node.js versions below v10 (#38)
- Add forChain corollaries for all methods for URL generation by chainId (#32)
- Return an empty string for unrecognized networks (#29)
- Add support for Goerli (#26)
- Add
createTokenTrackerLink
(#23)
- Convert project to TypeScript (#18)