Skip to content

Commit

Permalink
switch to testnet (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Sep 13, 2023
1 parent cd236ee commit c74c1d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export class DropdownCryptoNetworkComponent
{
AddedToken: !!crypto.value.AddedToken ? crypto.AddedToken : true,
balance: 0,
contract: crypto.contract,
contract: (this.selectedNetworkValue === 'ERC20' && crypto.key === 'SATT') ? env.addresses.smartContracts.SATT_TOKENERC20 : ( (this.selectedNetworkValue === 'BEP20' && crypto.key === 'SATT') ? env.addresses.smartContracts.SATT_TOKENBEP20 :crypto.contract),
contrat: '',
decimal: 18,
key: crypto.key,
Expand Down Expand Up @@ -226,7 +226,7 @@ export class DropdownCryptoNetworkComponent
{
AddedToken: !!crypto.value.AddedToken ? crypto.AddedToken : true,
balance: 0,
contract: crypto.contract,
contract: (this.selectedNetworkValue === 'ERC20' && crypto.key === 'SATT') ? env.addresses.smartContracts.SATT_TOKENERC20 : ( (this.selectedNetworkValue === 'BEP20' && crypto.key === 'SATT') ? env.addresses.smartContracts.SATT_TOKENBEP20 :crypto.contract),
contrat: '',
decimal: 18,
key: crypto.key,
Expand Down

0 comments on commit c74c1d8

Please sign in to comment.