diff --git a/README.md b/README.md index 59d0723..bb2af96 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # Etherscan Service [![tests](https://github.com/slvler/etherscan-service/actions/workflows/tests.yml/badge.svg)](https://github.com/slvler/etherscan-service/actions/workflows/tests.yml) [![Latest Stable Version](https://img.shields.io/packagist/v/slvler/ether.svg)](https://packagist.org/packages/slvler/ether) -[![Total Downloads](https://poser.pugx.org/slvler/ether/downloads)](https://packagist.org/packages/slvler/ether) [![License](https://poser.pugx.org/slvler/ether/license)](https://packagist.org/packages/slvler/ether) - +[![Total Downloads](https://poser.pugx.org/slvler/ether/downloads)](https://packagist.org/packages/slvler/ether) An api service for etherscan.io ## Requirements diff --git a/src/Services/EtherScanService.php b/src/Services/EtherScanService.php index c429cdf..29cd38e 100644 --- a/src/Services/EtherScanService.php +++ b/src/Services/EtherScanService.php @@ -8,7 +8,9 @@ class EtherScanService { private $base_url; + private $api_key; + private $client; public function __construct() diff --git a/tests/Feature/EtherScanTest.php b/tests/Feature/EtherScanTest.php index f424e27..1ff9dad 100644 --- a/tests/Feature/EtherScanTest.php +++ b/tests/Feature/EtherScanTest.php @@ -1,9 +1,9 @@