Skip to content

Commit

Permalink
activate custom network input on devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Aug 28, 2024
1 parent 90c2aaa commit 180d0c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/config.devnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { getStorageCustomNetworks } from './helpers';
import { allApps, schema } from './sharedConfig';
export * from './sharedConfig';

export const hasExtraNetworks = true;

export const networks: NetworkType[] = [
{
default: true,
Expand Down

0 comments on commit 180d0c2

Please sign in to comment.