We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf9afe commit 6b4f2c5Copy full SHA for 6b4f2c5
src/Services/EtherScanService.php
@@ -12,10 +12,8 @@ class EtherScanService
12
13
public function __construct()
14
{
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';
+ $this->base_url = config('etherscan.ether.etherscan_url');
+ $this->api_key = config('etherscan.ether.etherscan_key');
19
20
$this->client = new \GuzzleHttp\Client(
21
['base_uri' => $this->base_url]
0 commit comments