We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85253c7 commit 5def256Copy full SHA for 5def256
packages/shared/src/config/presetNetworks.ts
@@ -2575,7 +2575,6 @@ export const presetNetworksMap = {
2575
sui,
2576
ckb,
2577
tatom,
2578
- scdo,
2579
alph,
2580
ton,
2581
};
@@ -2681,7 +2680,6 @@ export const getPresetNetworks = memoFn((): IServerNetwork[] => [
2681
2680
algo,
2682
2683
2684
2685
2686
2687
...(platformEnv.isDev ? chainsOnlyEnabledInDev : []),
0 commit comments