Skip to content

Comments

Fix issues in adding goerli support#845

Open
AireshBhat wants to merge 4 commits intognosis:goerli-supportfrom
AireshBhat:goerli-support-v2
Open

Fix issues in adding goerli support#845
AireshBhat wants to merge 4 commits intognosis:goerli-supportfrom
AireshBhat:goerli-support-v2

Conversation

@AireshBhat
Copy link

  • Fixed issue in Goerli name. Changed from "GOERLI" to "GÖRLI" wherever necessary.
  • Update chain id from 4 to 5 in the connectors file.

}),
4: new WalletConnectConnector({
rpc: { 4: NETWORK_CONFIGS[4].rpc },
5: new WalletConnectConnector({
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change will remove support for rinkeby...I think add a new option for Goerli and leave chain id 4 as it is.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, the previous commit in this branch mentioned that Rinkeby support was to be removed in replace of Goerli. There was no reference to Rinkeby in the code apart from this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants