Skip to content

Commit

Permalink
Add Optimism Sepolia config (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
winnsterx committed Feb 10, 2024
1 parent 623d3b4 commit c359a76
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 @@ -70,8 +70,8 @@ const config: HardhatUserConfig = {
url: `https://opt-mainnet.g.alchemy.com/v2/${providerApiKey}`,
accounts: [deployerPrivateKey],
},
optimismGoerli: {
url: `https://opt-goerli.g.alchemy.com/v2/${providerApiKey}`,
optimismSepolia: {
url: `https://opt-sepolia.g.alchemy.com/v2/${providerApiKey}`,
accounts: [deployerPrivateKey],
},
polygon: {
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 @@ -35,7 +35,7 @@ export const NETWORKS_EXTRA_DATA: Record<string, ChainAttributes> = {
color: "#92D9FA",
nativeCurrencyTokenAddress: "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
},
[chains.optimismGoerli.id]: {
[chains.optimismSepolia.id]: {
color: "#f01a37",
},
[chains.optimism.id]: {
Expand Down

0 comments on commit c359a76

Please sign in to comment.