Skip to content

Commit

Permalink
Update node.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Oct 26, 2024
1 parent 996583a commit d004f61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gemstone/src/config/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ pub fn get_nodes_for_chain(chain: Chain) -> Vec<Node> {
],
Chain::Doge => vec![],
Chain::Optimism => vec![
Node::new("https://mainnet.optimism.io", NodePriority::High),
Node::new("https://rpc.ankr.com/optimism", NodePriority::High),
Node::new("https://optimism-rpc.polkachu.com", NodePriority::High),
],
Expand Down

0 comments on commit d004f61

Please sign in to comment.