Skip to content

Commit

Permalink
Change of the limit of the Get Cyrpto prices to 1200
Browse files Browse the repository at this point in the history
  • Loading branch information
raniamorheg committed Aug 17, 2023
1 parent 0637d5a commit e9974fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3/wallets.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ exports.getPrices = async () => {
url: process.env.CMC_URl,
params: {
start: '1',
limit: '200',
limit: '1200',
convert: 'USD',
},
headers: {
Expand Down

0 comments on commit e9974fa

Please sign in to comment.