Commit 7aec6e53 authored by adadachao's avatar adadachao

NETWORK_GROUPS up

parent 212b7c34
import type { ArrayElement } from 'types/utils'; import type { ArrayElement } from 'types/utils';
export const NETWORK_GROUPS = [ 'Mainnets', 'Betas', 'Other' ] as const; export const NETWORK_GROUPS = [ 'Mainnets', 'Testnets', 'Other' ] as const;
export type NetworkGroup = ArrayElement<typeof NETWORK_GROUPS>; export type NetworkGroup = ArrayElement<typeof NETWORK_GROUPS>;
export interface FeaturedNetwork { export interface FeaturedNetwork {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment