Skip to content

Commit

Permalink
en api key
Browse files Browse the repository at this point in the history
  • Loading branch information
kachourihassen committed Oct 4, 2023
1 parent 45f094c commit e575716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const environment = {
'https://api.thegraph.com/subgraphs/name/atayen/satt--bsc-mainnet',
url_subgraph_ether:
'https://api.thegraph.com/subgraphs/name/atayen/satt-ether-mainnet',
API_AI: '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',
API_AI: '',

addresses: {
smartContracts: {
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const environment = {
//https://api-preprod2.satt-token.com

API_URL: 'https://api-preprod2.satt-token.com',
API_AI: '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',
API_AI: '',
url_subgraph_bsc:
'https://api.thegraph.com/subgraphs/name/atayen/satt-testnet',
url_subgraph_ether:
Expand Down

0 comments on commit e575716

Please sign in to comment.