Skip to content

Commit 6b4f2c5

Browse files
authored
Update EtherScanService.php
1 parent 8cf9afe commit 6b4f2c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Services/EtherScanService.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ class EtherScanService
1212

1313
public function __construct()
1414
{
15-
//$this->base_url = config('etherscan.ether.etherscan_url');
16-
//$this->api_key = config('etherscan.ether.etherscan_key');
17-
$this->base_url = 'https://api.etherscan.io/';
18-
$this->api_key = 'WI48Q1V6RFNY7E1U773E2J5EAB8A1ZG8UM';
15+
$this->base_url = config('etherscan.ether.etherscan_url');
16+
$this->api_key = config('etherscan.ether.etherscan_key');
1917

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

0 commit comments

Comments
 (0)