Skip to content

Commit

Permalink
Merge pull request #62 from filmineio/add-support-for-mainnet
Browse files Browse the repository at this point in the history
Add support for mainnet πm^x
  • Loading branch information
pyropy authored Mar 14, 2023
2 parents 1d0ccb8 + fdc0d13 commit ff3326c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/filters/defaultNetwork.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { Network } from "@/enums/Network";

export const defaultNetwork = () => Network.HyperSpace;
export const defaultNetwork = () => Network.Mainnet;
2 changes: 1 addition & 1 deletion src/ui/modules/Filters/state/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const AVAILABLE_FILTERS = [
Entity.Transaction,
];

export const AVAILABLE_NETWORKS = [Network.HyperSpace];
export const AVAILABLE_NETWORKS = [Network.Mainnet, Network.HyperSpace];

export const availableFilters = AVAILABLE_FILTERS.map((value) => ({
value,
Expand Down

1 comment on commit ff3326c

@vercel
Copy link

@vercel vercel bot commented on ff3326c Mar 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.