-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GET
/v2/contract/{chainId}/{address}
endpoint (#1874)
* Update API v2 spec * Add VerifiedContract type * Add tests for GET /v2/contracts/:chainId/:address endpoint * Add GET `/v2/contract/{chainId}/{address}` endpoint * Update API v2 spec * Add proxy detection to GET /v2/contract/{chainId}/{address} endpoint * Don't deploy a contract in every test * Fix naming of enpoint to `/v2/contract/{chainId}/{address}` * Fix proxy-contract-util tests * Address PR feedback
- Loading branch information
1 parent
d9a2b11
commit b6d8686
Showing
19 changed files
with
1,763 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.