Skip to content

Commit

Permalink
Support blastscan verification (#1765)
Browse files Browse the repository at this point in the history
* Support blastscan verification

* updated changelog

* update changelog

* update pullrequest link

---------

Co-authored-by: asteiner <[email protected]>
  • Loading branch information
a14stoner and asteiner authored May 4, 2024
1 parent fc3677f commit bd4a2a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This changelog format is based on [Keep a Changelog](https://keepachangelog.com/
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/eth-brownie/brownie)
### Added
- Support for blast chain contract verification ([#1765](https://github.com/eth-brownie/brownie/pull/1765))

## [1.20.2](https://github.com/eth-brownie/brownie/tree/v1.20.2) - 2024-02-24
### Added
Expand Down
1 change: 1 addition & 0 deletions brownie/network/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"moonscan": "MOONSCAN_TOKEN",
"gnosisscan": "GNOSISSCAN_TOKEN",
"base": "BASESCAN_TOKEN",
"blast": "BLASTSCAN_TOKEN"
}


Expand Down

0 comments on commit bd4a2a0

Please sign in to comment.