Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Releases: Rubilmax/etherscan-abi

v2.3.7

13 Jul 08:10
0c5a6f6
Compare
Choose a tag to compare

2.3.7 (2023-07-13)

Dependencies and Other Build Updates

  • deps: bump dependencies (0c5a6f6)

v2.3.6

09 Jan 08:19
48e7ed7
Compare
Choose a tag to compare

2.3.6 (2023-01-09)

Dependencies and Other Build Updates

  • deps: bump json5 from 2.2.1 to 2.2.3 (3bcca3a)

v2.3.5

09 Sep 08:05
9fe33de
Compare
Choose a tag to compare

2.3.5 (2022-09-09)

Bug Fixes

  • env: drop support for most env variables messing up (9fe33de)

v2.3.4

09 Sep 07:53
0a20bde
Compare
Choose a tag to compare

2.3.4 (2022-09-09)

Bug Fixes

  • chainid: fix chainid fetching (0a20bde)

v2.3.3

06 Sep 18:56
b68a7ee
Compare
Choose a tag to compare

2.3.3 (2022-09-06)

Bug Fixes

  • fetch: fix chainId not overriden by rpc url (b68a7ee)

v2.3.2

30 Aug 16:43
08aadcb
Compare
Choose a tag to compare

2.3.2 (2022-08-30)

Bug Fixes

  • etherscan: fix base URLs (08aadcb)

v2.1.1

29 Aug 15:51
088dd8f
Compare
Choose a tag to compare

2.1.1 (2022-08-29)

Bug Fixes

  • cli: fix api key undefined (088dd8f)

v2.1.0

25 Aug 15:49
5ebe976
Compare
Choose a tag to compare

2.1.0 (2022-08-25)

Features

  • cli: improved help screen (5ebe976)

v2.0.0

25 Aug 13:56
2c23066
Compare
Choose a tag to compare

2.0.0 (2022-08-25)

⚠ BREAKING CHANGES

  • fetch: Output interface of getAbiAt was udpated from the ABI itself (string) to an object
    containing the name of the contract and its ABI

Features

  • fetch: added contract name to output (2c23066)

v1.0.1

25 Aug 13:42
136f914
Compare
Choose a tag to compare

1.0.1 (2022-08-25)

Bug Fixes