We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a865012 commit 5dceeceCopy full SHA for 5dceece
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- removed: Removed 'api.bscscan.com' server due to deprecation
6
+
7
## 4.63.0 (2025-11-04)
8
9
- added: Decoy address subscriptions for engines that use the change-server.
src/ethereum/info/binancesmartchainInfo.ts
@@ -154,10 +154,7 @@ const networkInfo: EthereumNetworkInfo = {
154
{
155
type: 'evmscan',
156
gastrackerSupport: true,
157
- servers: [
158
- 'https://api.etherscan.io/v2/api',
159
- 'https://api.bscscan.com/v2/api'
160
- ],
+ servers: ['https://api.etherscan.io/v2/api'],
161
version: 2
162
}
163
],
0 commit comments