Commit 286dde93 authored by Mark Harding's avatar Mark Harding

(chore): change default tokens to 30

No related merge requests found
Pipeline #69448237 passed with stages
in 28 minutes and 40 seconds
......@@ -37,7 +37,7 @@ export class BlockchainPurchaseComponent implements OnInit {
};
//amount: number = 0.25;
tokens: number = 500;
tokens: number = 30;
address: string = '';
ofac: boolean = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment