File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ module.exports = {
71
71
( document . querySelector ( '*[data-id="ganache-providerModalDialogModalBody-react"] input' ) as any ) . focus ( )
72
72
} , [ ] , ( ) => { } )
73
73
. clearValue ( '*[data-id="ganache-providerModalDialogModalBody-react"] input' )
74
- . setValue ( '*[data-id="ganache-providerModalDialogModalBody-react"] input' , 'https://scroll-rpc.publicnode.com ' )
74
+ . setValue ( '*[data-id="ganache-providerModalDialogModalBody-react"] input' , 'https://scroll.drpc.org ' )
75
75
. modalFooterOKClick ( 'ganache-provider' )
76
76
. pause ( 100 )
77
77
. waitForElementPresent ( { selector : `[data-id="selected-provider-ganache-provider"]` , timeout : 5000 } )
@@ -98,7 +98,7 @@ const testScript = `
98
98
// Importing necessary libraries from Ethers.js for interaction with Ethereum blockchain.
99
99
import { ethers } from "hardhat";
100
100
101
- // https://scroll-rpc.publicnode.com
101
+ // https://scroll.drpc.org
102
102
async function main() {
103
103
// Setting up provider (RPC URL) to interact with your chosen Ethereum chain,
104
104
const [deployer] = await ethers.getSigners();
You can’t perform that action at this time.
0 commit comments