-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
fix: dynamic chain support #403
Conversation
1314da6
to
e45dc07
Compare
@@ -104,3 +105,4 @@ build-info-build = "0.0" | |||
# [patch.'https://github.com/WalletConnect/WalletConnectRust.git'] | |||
# relay_rpc = { path = "../WalletConnectRust/relay_rpc" } | |||
# relay_client = { path = "../WalletConnectRust/relay_client" } | |||
# blockchain_api = { path = "../WalletConnectRust/blockchain_api" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious, do we need to maintain these lines commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it's easy to un-comment and be able to test local changes easily
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didn't see issues, @geekbrother can you also take a look please?
…into fix/dynamic-chain-support
Description
Updates to latest version of WalletConnectRust to support dynamically supporting chains.
Remaining work:
How Has This Been Tested?
Manually by running Blockchain API locally:
BLOCKCHAIN_API_ENDPOINT
env var when runningjust devloop
Due Diligence