Skip to content

Commit

Permalink
Use arbitrumSepolia instead of Goerli (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjones1979 committed Feb 10, 2024
1 parent c359a76 commit ff7ab34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ const config: HardhatUserConfig = {
url: `https://arb-mainnet.g.alchemy.com/v2/${providerApiKey}`,
accounts: [deployerPrivateKey],
},
arbitrumGoerli: {
url: `https://arb-goerli.g.alchemy.com/v2/${providerApiKey}`,
arbitrumSepolia: {
url: `https://arb-sepolia.g.alchemy.com/v2/${providerApiKey}`,
accounts: [deployerPrivateKey],
},
optimism: {
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/utils/scaffold-eth/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const NETWORKS_EXTRA_DATA: Record<string, ChainAttributes> = {
[chains.optimism.id]: {
color: "#f01a37",
},
[chains.arbitrumGoerli.id]: {
[chains.arbitrumSepolia.id]: {
color: "#28a0f0",
},
[chains.arbitrum.id]: {
Expand Down

0 comments on commit ff7ab34

Please sign in to comment.