Skip to content

Commit

Permalink
revert limit back to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathanWhite committed Jun 29, 2021
1 parent c86f668 commit 01b08c1
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 01b08c1

Please sign in to comment.