Skip to content

Commit

Permalink
new address (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenWay authored Jul 26, 2024
1 parent 2415286 commit 3d06758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/calculators/circulation-supply.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export async function circulationSupply() {
...CB_COLD_WALLETS,
CB_REWARDS,
GEAR_TECH_V,
ADDRESS_NEW,
GEAR_FOUNDATION_V,
REWARD_DISTRIBUTION_MULTISIG
];
Expand Down
1 change: 1 addition & 0 deletions src/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +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 DECIMALS = 12;

0 comments on commit 3d06758

Please sign in to comment.