Skip to content

Commit

Permalink
Add new sync sources for BSC
Browse files Browse the repository at this point in the history
  • Loading branch information
abdrasulov committed Feb 21, 2025
1 parent ffb678d commit b7e26af
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,18 @@ class EvmSyncSourceManager(
)

BlockchainType.BinanceSmartChain -> listOf(
evmSyncSource(
blockchainType,
"BlockRazor",
RpcSource.Http(listOf(URI("https://unstoppable.bsc.blockrazor.xyz")), null),
defaultTransactionSource(blockchainType)
),
evmSyncSource(
blockchainType,
"48club",
RpcSource.Http(listOf(URI("https://unstoppable.rpc.48.club")), null),
defaultTransactionSource(blockchainType)
),
evmSyncSource(
blockchainType,
"Binance",
Expand Down

0 comments on commit b7e26af

Please sign in to comment.