Skip to content

Commit

Permalink
new numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-crypto committed Apr 5, 2024
1 parent ccc141f commit 1b42682
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ <h3 class="mx-auto" style="max-width: 800px;">Mint mechanics</h3>

<ul class="mx-auto" style="max-width: 800px;">
<li><strong>100</strong> airdrops</li>
<li><strong>1.000</strong> super premit spots</li>
<li><strong>5.000</strong> premint spots</li>
<li><strong>2.500</strong> super premit spots</li>
<li><strong>7.500</strong> premint spots</li>
</ul>

<p class="mx-auto" style="max-width: 800px;">
Expand Down
10 changes: 5 additions & 5 deletions frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ export const environment = {
production: true,
nativeAssetId: '6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d',
nativeTestAssetId: '144c654344aa716d6f3abcc1ca90e5641e4e2a7f633bc09fe3baf64585819a49',
// apiBaseUrl: 'https://mempool.nixbitcoin.org',
// websocketBaseUrl: 'wss://mempool.nixbitcoin.org',
apiBaseUrl: 'https://mempool.space',
websocketBaseUrl: 'wss://mempool.space',
// apiBaseUrl: 'https://mempool.space',
// websocketBaseUrl: 'wss://mempool.space',
apiBaseUrl: 'https://mempool.nixbitcoin.org',
websocketBaseUrl: 'wss://mempool.nixbitcoin.org',
enableInscriptionAccelerator: true,
enableCat21Mint: true,
enableCat21Mint: false,
ordBaseUrl: 'https://explorer.ordinalsbot.com',
ordBaseUrlTestnet: 'https://testnet-explorer.ordinalsbot.com',
cat21BaseUrl: 'https://backend.cat21.space'
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export const environment = {
production: false,
nativeAssetId: '6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d',
nativeTestAssetId: '144c654344aa716d6f3abcc1ca90e5641e4e2a7f633bc09fe3baf64585819a49',
// apiBaseUrl: 'https://mempool.space',
// websocketBaseUrl: 'wss://mempool.space',
apiBaseUrl: 'https://mempool.nixbitcoin.org',
websocketBaseUrl: 'wss://mempool.nixbitcoin.org',
enableInscriptionAccelerator: true,
Expand Down

0 comments on commit 1b42682

Please sign in to comment.