Skip to content

Commit

Permalink
fix: change testnet prefix for project validator
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 66dff52 commit f8d501c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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_TESTNET = "staked.pool.f863973.m0";
export const PROJECT_VALIDATOR_PREFIX_TESTNET = ".factory01.littlefarm.testnet";
export const VALIDATOR_PREFIX_TESTNET = ".m0";

export const PROJECT_VALIDATOR_REGEXP_TESTNET = new RegExp(`.*(${PROJECT_VALIDATOR_PREFIX_TESTNET}|${VALIDATOR_PREFIX_TESTNET})`);
Expand Down

0 comments on commit f8d501c

Please sign in to comment.