Skip to content

Commit

Permalink
update parallel dev network info
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujia6139 committed Apr 22, 2024
1 parent a9cace3 commit 1a97850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helper-hardhat-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const NETWORKS_RPC_URL: iParamsPerNetwork<string> = {
[eEthereumNetwork.tenderlyMain]:
RPC_URL || `https://rpc.tenderly.co/fork/${TENDERLY_FORK_ID}`,
[eEthereumNetwork.parallel]: "https://rpc-parallel-mainnet-0.t.conduit.xyz",
[eEthereumNetwork.parallelDev]: `https://rpc-surprised-harlequin-bonobo-fvcy2k9oqh.t.conduit.xyz`,
[eEthereumNetwork.parallelDev]: `https://rpc-accused-coffee-koala-b9fn1dik76.t.conduit.xyz`,
[eEthereumNetwork.moonbeam]: "https://rpc.api.moonbeam.network",
[eEthereumNetwork.moonbase]: "https://rpc.testnet.moonbeam.network",
[eEthereumNetwork.arbitrum]:
Expand Down
4 changes: 2 additions & 2 deletions helpers/hardhat-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const SEPOLIA_CHAINID = 11155111;
export const FORK_CHAINID = 522;
export const MAINNET_CHAINID = 1;
export const PARALLEL_CHAINID = 1024;
export const PARALLEL_DEV_CHAINID = 2982896226593698;
export const PARALLEL_DEV_CHAINID = 9659;
export const MOONBEAM_CHAINID = 1284;
export const MOONBASE_CHAINID = 1287;
export const ARBITRUM_ONE_CHAINID = 42161;
Expand Down Expand Up @@ -172,7 +172,7 @@ export const BROWSER_URLS = {
polygonZkevm: "https://zkevm.polygonscan.com",
polygonZkevmGoerli: "https://testnet-zkevm.polygonscan.com",
parallelDev:
"https://explorerl2new-surprised-harlequin-bonobo-fvcy2k9oqh.t.conduit.xyz",
"https://explorerl2new-accused-coffee-koala-b9fn1dik76.t.conduit.xyz",
polygon: "https://polygonscan.com",
matic: "https://polygonscan.com",
polygonMumbai: "https://mumbai.polygonscan.com",
Expand Down

0 comments on commit 1a97850

Please sign in to comment.