Skip to content

Commit

Permalink
fix dAppLocker address (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenWay authored Aug 5, 2024
1 parent 3d06758 commit e19e552
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/calculators/circulation-supply.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import {
DELTA,
GEAR_FOUNDATION_V,
GEAR_TECH_V,
REWARD_DISTRIBUTION_MULTISIG
REWARD_DISTRIBUTION_MULTISIG,
DAPPLOCKER_VALIDATOR
} from '../consts.js';
import { totalSupply } from './total-supply.js';

Expand Down Expand Up @@ -76,7 +77,7 @@ export async function circulationSupply() {
...CB_COLD_WALLETS,
CB_REWARDS,
GEAR_TECH_V,
ADDRESS_NEW,
DAPPLOCKER_VALIDATOR,
GEAR_FOUNDATION_V,
REWARD_DISTRIBUTION_MULTISIG
];
Expand Down
2 changes: 1 addition & 1 deletion src/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ export const DELTA = 41780000;
export const GEAR_FOUNDATION_V = 'kGiKi96jKfPzvvBCuPbBQeBNrUV5nNUVBxTeGJ5hgs3R3Di5e';
export const GEAR_TECH_V = 'kGhYV2BWXtbspqGFhzhkx7Pur2Y7TWtaU9yPa8atXpMt33ExK';
export const REWARD_DISTRIBUTION_MULTISIG = 'kGjbw9qJBN7PMHxFonwpMig3obvbPLqyf8fp4L7CRn8HjXXfk';
export const ADDRESS_NEW = 'kGjXaAa8ChY2PMfHwe2KMo5D4AJSnUZ38bzwUwcUfK9xZkt7u'
export const DAPPLOCKER_VALIDATOR = 'kGjXaAa8ChY2PMfHwe2KMo5D4AJSnUZ38bzwUwcUfK9xZkt7u';

export const DECIMALS = 12;

0 comments on commit e19e552

Please sign in to comment.