Skip to content

Commit

Permalink
Temporarily re-enable Emerald mainnet
Browse files Browse the repository at this point in the history
(Has lots of good data For token testing)
  • Loading branch information
csillag committed Jun 19, 2023
1 parent 0b3e522 commit 91a2c21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/utils/route-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ import { SearchScope } from '../../types/searchScope'

export abstract class RouteUtils {
private static ENABLED_LAYERS_FOR_NETWORK: Partial<Record<Network, Layer[]>> = {
[Network.mainnet]: [
// Layer.emerald,
Layer.sapphire,
],
[Network.mainnet]: [Layer.emerald, Layer.sapphire],
[Network.testnet]: [
// Layer.emerald,
Layer.sapphire,
Expand Down

0 comments on commit 91a2c21

Please sign in to comment.