Skip to content

Commit

Permalink
Delete unnecessary OpConfig code
Browse files Browse the repository at this point in the history
  • Loading branch information
zencephalon committed Feb 20, 2024
1 parent 69f0c58 commit 1e1c5ae
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 76 deletions.
5 changes: 2 additions & 3 deletions src/_test/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { mock } from '@wagmi/connectors'
import { mainnet as viem_mainnet } from 'viem/chains'
import { base as viem_base, mainnet as viem_mainnet } from 'viem/chains'
import { type Config, createConfig, http } from 'wagmi'
import { base as opWagmiBase } from '../constants/chains/base.js'
import { accounts } from './constants.js'
import { getRpcUrls } from './utils.js'

Expand All @@ -17,7 +16,7 @@ const mainnet = {
}

const base = {
...opWagmiBase,
...viem_base,
...getRpcUrls({ port: 8546 }),
// fork: {
// blockNumber: process.env.VITE_OPTIMISM_FORK_BLOCK_NUMBER
Expand Down
15 changes: 0 additions & 15 deletions src/constants/chains/base.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/constants/chains/optimism.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/constants/chains/zora.ts

This file was deleted.

28 changes: 0 additions & 28 deletions src/types/OpConfig.ts

This file was deleted.

0 comments on commit 1e1c5ae

Please sign in to comment.