Fork Uniswap for a new Ethereum chain gives MetaMask - RPC Error #1367
Unanswered
Ben-Haslam
asked this question in
Q&A
Replies: 1 comment
-
Did you ever figure out the issue? I am facing the same problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
I have forked the Uniswap interface for a private ethereum network, by adding another chain Id that the interface can use and modifying the right addresses. (this means rebuilding the sdk too and importing the
dist
into theuniswap-interface
node modules. )Upon loading the development build of the interface and connecting to a metamask wallet, the interface initially appears successful, displaying the balance of ETH and tokens, but then after a few seconds loses connection. If I look at the console in browser, I see that when it loses connection, I get the following error:
If anybody has seen this problem before and might know how to fix it I would be extremely thankful!
Steps to Reproduce
script.sh
Expected Behavior
The interface should work with the Autontiy Bakerloo network (or another network it has been forked for) without losing connection and giving this error.
Additional Context
I have also tried using a repo made by @tpmccallum to do the same thing here which led to the same outcome.
I believe I am not alone in having this error when attempting to fork the interface for another network, as these issues show the same problem:
makerdao/multicall#14
second-state/how_to_deploy_uniswap#4
Beta Was this translation helpful? Give feedback.
All reactions