Skip to content

Commit

Permalink
Update EtherScanService.php
Browse files Browse the repository at this point in the history
  • Loading branch information
slvler committed Nov 13, 2023
1 parent 8cf9afe commit 6b4f2c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Services/EtherScanService.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ class EtherScanService

public function __construct()
{
//$this->base_url = config('etherscan.ether.etherscan_url');
//$this->api_key = config('etherscan.ether.etherscan_key');
$this->base_url = 'https://api.etherscan.io/';
$this->api_key = 'WI48Q1V6RFNY7E1U773E2J5EAB8A1ZG8UM';
$this->base_url = config('etherscan.ether.etherscan_url');
$this->api_key = config('etherscan.ether.etherscan_key');

$this->client = new \GuzzleHttp\Client(
['base_uri' => $this->base_url]
Expand Down

0 comments on commit 6b4f2c5

Please sign in to comment.