Skip to content

Commit

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

Expand Down Expand Up @@ -79,7 +80,8 @@ export async function circulationSupply() {
GEAR_TECH_V,
DAPPLOCKER_VALIDATOR,
GEAR_FOUNDATION_V,
REWARD_DISTRIBUTION_MULTISIG
REWARD_DISTRIBUTION_MULTISIG,
COMMUNITY_AIRDROP_3
];

const [supply, vesting, pools] = await Promise.all([
Expand Down
1 change: 1 addition & 0 deletions src/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ export const GEAR_FOUNDATION_V = 'kGiKi96jKfPzvvBCuPbBQeBNrUV5nNUVBxTeGJ5hgs3R3D
export const GEAR_TECH_V = 'kGhYV2BWXtbspqGFhzhkx7Pur2Y7TWtaU9yPa8atXpMt33ExK';
export const REWARD_DISTRIBUTION_MULTISIG = 'kGjbw9qJBN7PMHxFonwpMig3obvbPLqyf8fp4L7CRn8HjXXfk';
export const DAPPLOCKER_VALIDATOR = 'kGjXaAa8ChY2PMfHwe2KMo5D4AJSnUZ38bzwUwcUfK9xZkt7u';
export const COMMUNITY_AIRDROP_3 = 'kGm3DfHC7T8Z1d9paNKB6uLy45T2hMeBseFDFh3oaoFediJzK';

export const DECIMALS = 12;

0 comments on commit e0ccb32

Please sign in to comment.