Skip to content

Commit

Permalink
chore: remove testnet4 chain type
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss committed Nov 17, 2024
1 parent fd704f6 commit a4a2dbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/values/constant-value.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ export const DAY_TIME = 86_400_000 as const; // Day time: 24 * 60 * 60 * 1000

export enum ChainType {
TESTNET5 = 'test5',
TESTNET4 = 'test4',
PORTAL_LOOP = 'portal-loop',
}

export const TESTNET5_CHAIN_ID = 'test5';
export const TESTNET4_CHAIN_ID = 'test4';
export const PORTAL_LOOP_CHAIN_ID = 'portal-loop';

0 comments on commit a4a2dbd

Please sign in to comment.