-
Notifications
You must be signed in to change notification settings - Fork 984
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
[Feature] Enable Sepolia testnet by default #18917
Conversation
Jenkins BuildsClick to see older builds (16)
|
dd2c9a5
to
e60d82a
Compare
(def ^:const ethereum-mainnet-chain-id 1) | ||
(def ^:const ethereum-goerli-chain-id 5) | ||
(def ^:const ethereum-sepolia-chain-id 11155111) | ||
(def ^:const arbitrum-mainnet-chain-id 42161) | ||
(def ^:const arbitrum-goerli-chain-id 421613) | ||
(def ^:const arbitrum-sepolia-chain-id 421614) | ||
(def ^:const optimism-mainnet-chain-id 10) | ||
(def ^:const optimism-goerli-chain-id 420) | ||
(def ^:const optimism-sepolia-chain-id 11155420) |
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.
Aren't these changes already being done in another PR?
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.
Yes, This is much needed for this PR. I have included it. Not sure when the other PR will go through testing.
We will fast-track this PR to get this merged.
e60d82a
to
f287f8b
Compare
f287f8b
to
83603a2
Compare
92% of end-end tests have passed
Failed tests (3)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestCommunityMultipleDeviceMergedTwo:
Expected to fail tests (1)Click to expandClass TestCommunityOneDeviceMerged:
Passed tests (44)Click to expandClass TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestActivityMultipleDevicePRTwo:
Class TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestDeepLinksOneDevice:
|
100% of end-end tests have passed
Passed tests (3)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestCommunityMultipleDeviceMergedTwo:
|
hey @smohamedjavid, thank you for PR. no issues from my side. PR is ready to be merged |
status-im/status-go@23ee898...fa0e662 Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
status-im/status-go@23ee898...5304406 Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
83603a2
to
8ebda94
Compare
This commit: - enables Sepolia test network by default - adds a toggle to switch to the Goerli test network Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
Summary
This PR
status-go PR: status-im/status-go#4770
Testing notes
A complete testing of Wallet is appreciated.
Platforms
Steps to test
Profile > Advanced
Testnet mode
(Make sure the toggleEnable Goerli as test network
is OFF)Enable Goerli as test network
togglestatus: ready