Skip to content

Commit

Permalink
chore: Hide Scdo chain (#5885)
Browse files Browse the repository at this point in the history
  • Loading branch information
originalix authored Sep 20, 2024
1 parent 85253c7 commit 5def256
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/shared/src/config/presetNetworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2575,7 +2575,6 @@ export const presetNetworksMap = {
sui,
ckb,
tatom,
scdo,
alph,
ton,
};
Expand Down Expand Up @@ -2681,7 +2680,6 @@ export const getPresetNetworks = memoFn((): IServerNetwork[] => [
algo,
sui,
ckb,
scdo,
alph,
ton,
...(platformEnv.isDev ? chainsOnlyEnabledInDev : []),
Expand Down

0 comments on commit 5def256

Please sign in to comment.