Skip to content

Commit 3d06758

Browse files
authored
new address (#15)
1 parent 2415286 commit 3d06758

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/calculators/circulation-supply.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export async function circulationSupply() {
7676
...CB_COLD_WALLETS,
7777
CB_REWARDS,
7878
GEAR_TECH_V,
79+
ADDRESS_NEW,
7980
GEAR_FOUNDATION_V,
8081
REWARD_DISTRIBUTION_MULTISIG
8182
];

src/consts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ export const DELTA = 41780000;
4343
export const GEAR_FOUNDATION_V = 'kGiKi96jKfPzvvBCuPbBQeBNrUV5nNUVBxTeGJ5hgs3R3Di5e';
4444
export const GEAR_TECH_V = 'kGhYV2BWXtbspqGFhzhkx7Pur2Y7TWtaU9yPa8atXpMt33ExK';
4545
export const REWARD_DISTRIBUTION_MULTISIG = 'kGjbw9qJBN7PMHxFonwpMig3obvbPLqyf8fp4L7CRn8HjXXfk';
46+
export const ADDRESS_NEW = 'kGjXaAa8ChY2PMfHwe2KMo5D4AJSnUZ38bzwUwcUfK9xZkt7u'
4647

4748
export const DECIMALS = 12;

0 commit comments

Comments
 (0)