Skip to content

Commit

Permalink
Merge pull request #105 from ByteSecurity/bsc_rpc_change
Browse files Browse the repository at this point in the history
change bsc rpc #96
  • Loading branch information
shouc authored Jul 5, 2023
2 parents 7f4fc98 + 07a55c8 commit 9e2f050
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 @@ -77,7 +77,7 @@ impl Chain {
pub fn get_chain_rpc(&self) -> String {
match self {
Chain::ETH => "https://eth.llamarpc.com",
Chain::BSC => "https://bsc.llamarpc.com",
Chain::BSC => "https://rpc.ankr.com/bsc",
Chain::POLYGON => "https://polygon.llamarpc.com",
Chain::MUMBAI => "https://rpc-mumbai.maticvigil.com/",
Chain::LOCAL => "http://localhost:8545",
Expand Down

0 comments on commit 9e2f050

Please sign in to comment.