Skip to content

Commit

Permalink
Merge pull request #12037 from bitpay/revert-12023-updateSendLimit
Browse files Browse the repository at this point in the history
Revert "Updates Coinbase send limit to 10k"
  • Loading branch information
JohnathanWhite authored May 9, 2022
2 parents dd1e744 + ba06d79 commit 0885523
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 @@ -164,7 +164,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 0885523

Please sign in to comment.