Skip to content

Commit

Permalink
Update etherscan.php
Browse files Browse the repository at this point in the history
  • Loading branch information
slvler committed Nov 7, 2023
1 parent 330181e commit c7a24e4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions config/etherscan.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

return [


/*
|--------------------------------------------------------------------------
| Default definitions
|--------------------------------------------------------------------------
|
| Default http address, secret key
|
*/

'ether' => [
'etherscan_url' => 'https://api.etherscan.io/',
'etherscan_key' => 'XXXXXXXXXXXXXXXXXXXXX',
'etherscan_url' => env('ETHERSCAN_BASE_URL'),
'etherscan_key' => env('ETHERSCAN_API_KEY'),
],

];

0 comments on commit c7a24e4

Please sign in to comment.