Skip to content

Commit

Permalink
fix: update prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Korniichuk Oleksandr authored and esaminu committed Jan 19, 2022
1 parent 2a7478c commit 239646b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export const ValidatorVersion = {

export const MAINNET = "mainnet";
export const TESTNET = "testnet";
export const PROJECT_VALIDATOR_PREFIX_MAINNET = ".near";
export const VALIDATOR_PREFIX_MAINNET = ".pool.near";
export const PROJECT_VALIDATOR_PREFIX_MAINNET = ".pool.near";
export const VALIDATOR_PREFIX_MAINNET = ".poolv1.near";
export const PROJECT_VALIDATOR_PREFIX_TESTNET = ".factory01.littlefarm.testnet";
export const VALIDATOR_PREFIX_TESTNET = ".m0";

Expand Down

0 comments on commit 239646b

Please sign in to comment.