We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35ceb1 commit ac711c7Copy full SHA for ac711c7
packages/yoroi-extension/app/UI/features/governace/common/constants.ts
@@ -7,8 +7,6 @@ export const LEARN_MORE_LINK =
7
'https://help.yoroi-wallet.com/en/article/how-can-i-participate-in-governance-through-yoroi-155o8l3/ ';
8
export const FIND_DREPS_LINK = 'https://beta.cexplorer.io/drep?tab=list';
9
export const FIND_DREPS_LINK_TESTNET = 'https://preprod.cexplorer.io/drep';
10
-export const YOROI_DREP_ID = 'drep1ygr9tuapcanc3kpeyy4dc3vmrz9cfe5q7v9wj3x9j0ap3tswtre9j';
11
-export const YOROI_DREP_ID_TESTNET = 'drep1y23nc498g205wtvp9esysyxam0n7msusm5d734xqlzhvkgq3pn5r7';
12
13
export const DREP_ALWAYS_ABSTAIN = API_ABSTAIN;
14
export const DREP_ALWAYS_NO_CONFIDENCE = API_NO_CONFIDENCE;
0 commit comments