Skip to content

Commit

Permalink
wip add bb faucet smartcontract for launch campaign arthera (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Mar 1, 2024
1 parent 93db770 commit be5b0bc
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import {
campaignSmartContractPOLYGON,
campaignSmartContractBTT,
campaignSmartContractTRON,
campaignSmartContractARTHERA
campaignSmartContractARTHERA,
faucetTokenBBArthera
} from '@config/atn.config';
import { TranslateService } from '@ngx-translate/core';
import { ActivatedRoute, Router } from '@angular/router';
Expand Down Expand Up @@ -625,7 +626,7 @@ let dateInSeconds = Math.floor(date.getTime() / 1000);
campaign_info.tokenAddress = null;
}
if(campaign_info.currency === 'AA') {
campaign_info.tokenAddress = null;
campaign_info.tokenAddress = faucetTokenBBArthera;
}
// Determine which campaign method to call based on the 'createCampaign' flag
const campaignObservable = createCampaign
Expand Down

0 comments on commit be5b0bc

Please sign in to comment.