Skip to content

Commit

Permalink
disable helix chain (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
StoyanD authored Oct 25, 2024
1 parent b3f9c03 commit ce37e0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/common/chains/supported.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import { Chain } from 'viem'
import { ecoSepolia } from './definitions/eco'
import { helix } from './definitions/helix'
// import { ecoSepolia } from './definitions/eco'
// import { helix } from './definitions/helix'
import { optimism, optimismSepolia } from './definitions/optimism'
import { base, baseSepolia } from './definitions/base'

/**
* List of supported chains for the solver that have modified RPC URLs or are defined in the project
*/
export const ChainsSupported: Chain[] = [
ecoSepolia,
helix,
// ecoSepolia,
// helix,
optimism,
optimismSepolia,
base,
Expand Down

0 comments on commit ce37e0f

Please sign in to comment.