Skip to content

Commit

Permalink
remove testnet images for now
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Feb 16, 2024
1 parent 3fbfa4c commit 7f4b6b8
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 46 deletions.
Binary file removed packages/nextjs/public/arbitrumGoerli.jpg
Binary file not shown.
Binary file removed packages/nextjs/public/baseSepolia.jpg
Binary file not shown.
9 changes: 0 additions & 9 deletions packages/nextjs/public/goerli.svg

This file was deleted.

9 changes: 0 additions & 9 deletions packages/nextjs/public/optimismGoerli.svg

This file was deleted.

11 changes: 0 additions & 11 deletions packages/nextjs/public/polygonMumbai.svg

This file was deleted.

Binary file removed packages/nextjs/public/scrollSepolia.jpg
Binary file not shown.
9 changes: 0 additions & 9 deletions packages/nextjs/public/sepolia.svg

This file was deleted.

Binary file removed packages/nextjs/public/zkSyncTestnet.jpg
Binary file not shown.
16 changes: 8 additions & 8 deletions packages/nextjs/utils/scaffold-eth/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ export const NETWORKS_EXTRA_DATA: Record<string, ChainAttributes> = {
color: ["#5f4bb6", "#87ff65"],
etherscanEndpoint: "https://api-sepolia.etherscan.io",
etherscanApiKey: MAINNET_ETHERSCAN_API_KEY,
icon: "/sepolia.svg",
icon: "/mainnet.svg",
},
[chains.goerli.id]: {
color: "#0975F6",
etherscanEndpoint: "https://api-goerli.etherscan.io",
etherscanApiKey: MAINNET_ETHERSCAN_API_KEY,
icon: "/goerli.svg",
icon: "/mainnet.svg",
},
[chains.gnosis.id]: {
color: "#48a9a6",
Expand All @@ -64,13 +64,13 @@ export const NETWORKS_EXTRA_DATA: Record<string, ChainAttributes> = {
nativeCurrencyTokenAddress: "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
etherscanEndpoint: "https://api-testnet.polygonscan.com",
etherscanApiKey: POLYGON_ETHERSCAN_API_KEY,
icon: "/polygonMumbai.svg",
icon: "/polygon.svg",
},
[chains.optimismGoerli.id]: {
color: "#f01a37",
etherscanEndpoint: "https://api-goerli-optimistic.etherscan.io",
etherscanApiKey: OPTIMISM_ETHERSCAN_API_KEY,
icon: "/optimismGoerli.svg",
icon: "/optimism.svg",
},
[chains.optimism.id]: {
color: "#f01a37",
Expand All @@ -80,7 +80,7 @@ export const NETWORKS_EXTRA_DATA: Record<string, ChainAttributes> = {
},
[chains.arbitrumGoerli.id]: {
color: "#28a0f0",
icon: "/arbitrumGoerli.jpg",
icon: "/arbitrum.jpg",
},
[chains.arbitrum.id]: {
color: "#28a0f0",
Expand All @@ -98,7 +98,7 @@ export const NETWORKS_EXTRA_DATA: Record<string, ChainAttributes> = {
color: "#5f4bb6",
etherscanEndpoint: "https://block-explorer-api.testnets.zksync.dev",
etherscanApiKey: ZKSYNC_ETHERSCAN_API_KEY,
icon: "/zkSyncTestnet.jpg",
icon: "/zkSync.jpg",
},
[chains.base.id]: {
color: "#1450EE",
Expand All @@ -109,7 +109,7 @@ export const NETWORKS_EXTRA_DATA: Record<string, ChainAttributes> = {
[chains.baseSepolia.id]: {
color: "#1450EE",
etherscanApiKey: BASE_ETHERSCAN_API_KEY,
icon: "/baseSepolia.jpg",
icon: "/base.jpg",
},
[chains.scroll.id]: {
color: "#fbebd4",
Expand All @@ -121,7 +121,7 @@ export const NETWORKS_EXTRA_DATA: Record<string, ChainAttributes> = {
color: "#fbebd4",
etherscanEndpoint: "https://api-sepolia.scrollscan.com",
etherscanApiKey: SCROLL_ETHERSCAN_API_KEY,
icon: "/scrollSepolia.jpg",
icon: "/scroll.jpg",
},
};

Expand Down

0 comments on commit 7f4b6b8

Please sign in to comment.