Skip to content

Commit 5dceece

Browse files
committed
Remove bscscan.com server due to deprecation
1 parent a865012 commit 5dceece

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- removed: Removed 'api.bscscan.com' server due to deprecation
6+
57
## 4.63.0 (2025-11-04)
68

79
- added: Decoy address subscriptions for engines that use the change-server.

src/ethereum/info/binancesmartchainInfo.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,7 @@ const networkInfo: EthereumNetworkInfo = {
154154
{
155155
type: 'evmscan',
156156
gastrackerSupport: true,
157-
servers: [
158-
'https://api.etherscan.io/v2/api',
159-
'https://api.bscscan.com/v2/api'
160-
],
157+
servers: ['https://api.etherscan.io/v2/api'],
161158
version: 2
162159
}
163160
],

0 commit comments

Comments
 (0)