Skip to content

Commit

Permalink
feat: update Terms of Service, closes #171
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Jan 14, 2021
1 parent d2598c3 commit 71aa26e
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 148 deletions.
4 changes: 4 additions & 0 deletions app/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export const STX_DECIMAL_PRECISION = 6;

export const STX_DERIVATION_PATH = `m/44'/5757'/0'/0/0` as const;

export const ENTITY_NAME = 'Blockstack';

export const FULL_ENTITY_NAME = 'Blockstack PBC';

export const ENV = (process.env.NODE_ENV ?? 'production') as Environments;

export const BUY_STX_URL = 'https://coinmarketcap.com/currencies/blockstack/markets';
Expand Down
Loading

0 comments on commit 71aa26e

Please sign in to comment.