Skip to content

Commit

Permalink
Merge pull request #719 from scaffold-eth/remove-arbitrum
Browse files Browse the repository at this point in the history
remove arbitrum
  • Loading branch information
codenamejason authored Mar 24, 2022
2 parents ef7e902 + eda9802 commit 8f743a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 59 deletions.
30 changes: 0 additions & 30 deletions packages/hardhat/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,36 +152,6 @@ module.exports = {
mnemonic: mnemonic(),
},
},
rinkebyArbitrum: {
url: "https://rinkeby.arbitrum.io/rpc",
gasPrice: 0,
accounts: {
mnemonic: mnemonic(),
},
companionNetworks: {
l1: "rinkeby",
},
},
localArbitrum: {
url: "http://localhost:8547",
gasPrice: 0,
accounts: {
mnemonic: mnemonic(),
},
companionNetworks: {
l1: "localArbitrumL1",
},
},
localArbitrumL1: {
url: "http://localhost:7545",
gasPrice: 0,
accounts: {
mnemonic: mnemonic(),
},
companionNetworks: {
l2: "localArbitrum",
},
},
optimism: {
url: "https://mainnet.optimism.io",
accounts: {
Expand Down
29 changes: 0 additions & 29 deletions packages/react-app/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,35 +85,6 @@ export const NETWORKS = {
faucet: "https://faucet.polygon.technology/",
blockExplorer: "https://mumbai.polygonscan.com/",
},
localArbitrum: {
name: "localArbitrum",
color: "#50a0ea",
chainId: 153869338190755,
blockExplorer: "",
rpcUrl: `http://localhost:8547`,
},
localArbitrumL1: {
name: "localArbitrumL1",
color: "#50a0ea",
chainId: 44010,
blockExplorer: "",
rpcUrl: `http://localhost:7545`,
},
rinkebyArbitrum: {
name: "Arbitrum Testnet",
color: "#50a0ea",
chainId: 421611,
blockExplorer: "https://rinkeby-explorer.arbitrum.io/#/",
rpcUrl: `https://rinkeby.arbitrum.io/rpc`,
},
arbitrum: {
name: "Arbitrum",
color: "#50a0ea",
chainId: 42161,
blockExplorer: "https://explorer.arbitrum.io/#/",
rpcUrl: `https://arb1.arbitrum.io/rpc`,
gasPrice: 0,
},
localOptimismL1: {
name: "localOptimismL1",
color: "#f01a37",
Expand Down

0 comments on commit 8f743a6

Please sign in to comment.