Skip to content

Commit

Permalink
update bsc rpc (#526)
Browse files Browse the repository at this point in the history
Co-authored-by: nick199910 <[email protected]>
  • Loading branch information
publicqi and nick199910 authored Jul 25, 2024
1 parent 02f0ea8 commit 8aa2661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evm/onchain/endpoints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ impl Chain {
Chain::ETH => "https://eth.merkle.io",
Chain::GOERLI => "https://rpc.ankr.com/eth_goerli",
Chain::SEPOLIA => "https://rpc.ankr.com/eth_sepolia",
Chain::BSC => "https://rpc.ankr.com/bsc",
Chain::BSC => "https://bnb.api.onfinality.io/public",
Chain::CHAPEL => "https://rpc.ankr.com/bsc_testnet_chapel",
Chain::POLYGON => "https://polygon.llamarpc.com",
Chain::MUMBAI => "https://rpc-mumbai.maticvigil.com/",
Expand Down

0 comments on commit 8aa2661

Please sign in to comment.