Skip to content

Commit

Permalink
Disabled onfinality
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jan 24, 2022
1 parent 6d428e8 commit 0cecd76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/src/chain_urls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ pub fn get_chain_urls(name: &str) -> Option<Vec<NodeEndpoint>> {
match name {
"polkadot" | "dot" => Some(vec![
"wss://rpc.polkadot.io:443",
"wss://polkadot.api.onfinality.io:443/public-ws",
// "wss://polkadot.api.onfinality.io:443/public-ws",
// "wss://polkadot.elara.patract.io",
]),
"kusama" | "ksm" => Some(vec![
"wss://kusama-rpc.polkadot.io:443",
"wss://kusama.api.onfinality.io:443/public-ws",
// "wss://kusama.api.onfinality.io:443/public-ws",
// "wss://kusama.elara.patract.io",
]),
"westend" | "wnd" => Some(vec![
"wss://westend-rpc.polkadot.io:443",
"wss://westend.api.onfinality.io:443/public-ws",
// "wss://westend.api.onfinality.io:443/public-ws",
// "wss://westend.elara.patract.io",
]),
"rococo" => Some(vec![
Expand Down

0 comments on commit 0cecd76

Please sign in to comment.