Skip to content

Commit

Permalink
Merge pull request #14 from dynamic-labs/fix/evm-network-local-chain
Browse files Browse the repository at this point in the history
fix: remove orbit network
  • Loading branch information
matthew1809 authored Jul 9, 2024
2 parents 8d0d692 + 184c862 commit 140a317
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/nextjs/lib/networks.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
export const customEvmNetworks = [
{
blockExplorerUrls: ["http://localhost"],
chainId: 43490458484,
chainName: "My Arbitrum L3 Chain",
iconUrls: ["https://www.shutterstock.com/image-vector/moon-icon-vector-star-logo-600nw-1403123270.jpg"],
name: "My Arbitrum L3 Chain",
nativeCurrency: {
decimals: 18,
name: "Ether",
symbol: "ETH",
},
networkId: 43490458484,

rpcUrls: ["http://127.0.0.1:8449"],
vanityName: "Into Orbit",
},
{
blockExplorerUrls: ["https://explorer-holesky.morphl2.io/"],
chainId: 2810,
Expand Down

0 comments on commit 140a317

Please sign in to comment.