-
Notifications
You must be signed in to change notification settings - Fork 5k
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
e2e testing: accounts requested in wallet_createSession
#3822
#29356
e2e testing: accounts requested in wallet_createSession
#3822
#29356
Conversation
const requestScopesToNetworkMap = { | ||
'eip155:1': 'Ethereum Mainnet', | ||
'eip155:42161': 'Arbitrum One', | ||
'eip155:10': 'OP Mainnet', | ||
}; |
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 think we may want to switch these over to ganache networks once those changes land
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.
Should we create a ticket to address this after those changes are delivered ?
ce3da8a
into
ad/multichain-api-e2e-test
test: add e2e test for accounts requested in wallet_createSession