Skip to content

Commit

Permalink
add missing config export
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Apr 30, 2024
1 parent 6990b7b commit 4e73bf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/config/src/configs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import { nodleConfig } from './nodle';
import { originTrailAlphanetConfig } from './originTrailAlphanet';
import { parallelConfig } from './parallel';
import { parallelHeikoConfig } from './parallelHeiko';
import { peaqAlphanetConfig } from './peaqAlphanet';
import { pendulumConfig } from './pendulum';
import { pendulumAlphanetConfig } from './pendulumAlphanet';
import { phalaConfig } from './phala';
Expand Down Expand Up @@ -80,6 +81,7 @@ export const chainsConfigList: ChainConfig[] = [
originTrailAlphanetConfig,
parallelConfig,
parallelHeikoConfig,
peaqAlphanetConfig,
pendulumConfig,
pendulumAlphanetConfig,
phalaConfig,
Expand Down

0 comments on commit 4e73bf0

Please sign in to comment.