Skip to content

Commit

Permalink
Add nodes/tokens fetch features in config files
Browse files Browse the repository at this point in the history
  • Loading branch information
GuticaStefan committed Aug 14, 2024
1 parent dd83121 commit da4c491
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/config.mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,13 @@ features:
deadLetterQueueName: 'api-process-nfts-dlq'
tps:
enabled: true
maxLookBehindNonces: 100
maxLookBehindNonces: 100
nodesFetch:
enabled: true
serviceUrl: 'https://mainnet-api.multiversx.com'
tokensFetch:
enabled: true
serviceUrl: 'https://mainnet-api.multiversx.com'
image:
width: 600
height: 600
Expand Down
6 changes: 6 additions & 0 deletions config/config.testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ features:
tps:
enabled: true
maxLookBehindNonces: 100
nodesFetch:
enabled: true
serviceUrl: 'https://testnet-api.multiversx.com'
tokensFetch:
enabled: true
serviceUrl: 'https://testnet-api.multiversx.com'
image:
width: 600
height: 600
Expand Down

0 comments on commit da4c491

Please sign in to comment.