Skip to content

Commit a10697e

Browse files
committed
update node
1 parent 323ccfc commit a10697e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = {
7171
(document.querySelector('*[data-id="ganache-providerModalDialogModalBody-react"] input') as any).focus()
7272
}, [], () => { })
7373
.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')
7575
.modalFooterOKClick('ganache-provider')
7676
.pause(100)
7777
.waitForElementPresent({ selector: `[data-id="selected-provider-ganache-provider"]`, timeout: 5000 })
@@ -98,7 +98,7 @@ const testScript = `
9898
// Importing necessary libraries from Ethers.js for interaction with Ethereum blockchain.
9999
import { ethers } from "hardhat";
100100
101-
// https://scroll-rpc.publicnode.com
101+
// https://scroll.drpc.org
102102
async function main() {
103103
// Setting up provider (RPC URL) to interact with your chosen Ethereum chain,
104104
const [deployer] = await ethers.getSigners();

0 commit comments

Comments
 (0)