Skip to content

Commit

Permalink
Merge pull request #11729 from JohnathanWhite/feat/revert-coinbase-limit
Browse files Browse the repository at this point in the history
revert limit back to 1000
  • Loading branch information
cmgustavo authored Jun 29, 2021
2 parents c86f668 + 01b08c1 commit b459786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/coinbase/coinbase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class CoinbaseProvider {
this.credentials.STATE +
'&scope=' +
this.credentials.SCOPE +
'&meta[send_limit_amount]=10000&meta[send_limit_currency]=USD&meta[send_limit_period]=day';
'&meta[send_limit_amount]=1000&meta[send_limit_currency]=USD&meta[send_limit_period]=day';
}
}

Expand Down

0 comments on commit b459786

Please sign in to comment.