We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createConnector
Issue is this line
blockExplorerUrl: chain.blockExplorers?.default.url[0] || "",
will return the first character of any blockExplorers.default.url passed in as wagmi/viem v2 expects a string here and NOT an array
blockExplorers.default.url
wagmi/viem
v2
string
array
v2 types: https://wagmi.sh/core/api/chains#create-chain
--
Right now for any projects that want to use the connector it throws
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue is this line
will return the first character of any
blockExplorers.default.url
passed in aswagmi/viem
v2
expects astring
here and NOT anarray
v2
types: https://wagmi.sh/core/api/chains#create-chain--
Right now for any projects that want to use the connector it throws
The text was updated successfully, but these errors were encountered: