Skip to content

Commit 308f796

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents b0bb1d3 + 187b3d7 commit 308f796

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ $isConfirmed = $currentBlock
3232
echo $isConfirmed ? 'Confirmed' : 'Not confirmed';
3333
```
3434

35+
Use Binance Smart Chain (testnet):
36+
37+
```php
38+
$etherscanApi = new EtherscanApi('your-api-key', ChainId::BNB_SMART_CHAIN_TESTNET);
39+
```
40+
41+
42+
3543
## Available bindings
3644

3745
### Accounts

0 commit comments

Comments
 (0)