Skip to content

Commit

Permalink
fix: link to supported chains from error message (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Feb 2, 2024
1 parent 763323b commit 845d7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl IntoResponse for RpcError {
StatusCode::BAD_REQUEST,
Json(new_error_response(
"chainId".to_string(),
format!("We don't support the chainId you provided: {chain_id}"),
format!("We don't support the chainId you provided: {chain_id}. See the list of supported chains here: https://docs.walletconnect.com/cloud/blockchain-api#supported-chains"),
)),
)
.into_response(),
Expand Down

0 comments on commit 845d7aa

Please sign in to comment.