Skip to content

Commit 498a6db

Browse files
committed
fix etherscan plugin
1 parent a3f9e19 commit 498a6db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/remix-ide-e2e/src/tests/etherscan_api.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
.execute(() => {
3434
(document.querySelector('*[data-id="basic-http-providerModalDialogContainer-react"] input[data-id="modalDialogCustomPromp"]') as any).focus()
3535
}, [], () => {})
36-
.setValue('[data-id="modalDialogCustomPromp"]', 'https://rpc.ankr.com/eth_goerli')
36+
.setValue('[data-id="modalDialogCustomPromp"]', 'https://go.getblock.io/ee42d0a88f314707be11dd799b122cb9') // sepolia
3737
.modalFooterOKClick('basic-http-provider')
3838
.clickLaunchIcon('solidity') // compile
3939
.testContracts('Owner_1.sol', { content: verifiedContract }, ['Owner'])
@@ -42,7 +42,7 @@ module.exports = {
4242
.frame(0)
4343
.click('[data-id="home"]')
4444
.setValue('select[name="contractName"]', 'Owner')
45-
.setValue('*[name="contractAddress"]', ['0x9981c9d00103da481c3c65b22a79582a3e3ff50b', browser.Keys.TAB])
45+
.setValue('*[name="contractAddress"]', ['0xfF6A41815582cFD18855c5B90efD1d45784fd4f5', browser.Keys.TAB])
4646
.click('[data-id="verify-contract"]')
4747
.waitForElementVisible('[data-id="verify-result"]')
4848
.waitForElementContainsText('[data-id="verify-result"]', 'Contract source code already verified', 15000)

0 commit comments

Comments
 (0)