Skip to content

Commit

Permalink
UNLEASH THE CATS
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-crypto committed Apr 10, 2024
1 parent 5542ded commit 259356f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ <h6 *ngIf="env.LIQUID_ENABLED || env.BISQ_ENABLED" class="dropdown-header" i18n=
<a class="nav-link" href="https://ordinalsbot.com?ref=ordpool" target="_blank"><fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" title="Inscribe Now! (with OrdinalsBot)"></fa-icon> Inscribe Now!</a>
</li> -->

<li *ngIf="enableCat21Mint" class="nav-item" routerLinkActive="active" id="btn-cat21-mint">
<li class="nav-item" routerLinkActive="active" id="btn-cat21-mint">
<a class="nav-link" [routerLink]="['/cat21-mint' | relativeUrl]" (click)="collapse()">
<img src="/resources/cat21-logo.svg" style="margin-top: -4px; margin-right: 6px" title="Mint a CAT-21 ordinal" height="30">Mint a CAT-21</a>
</li>

<li class="nav-item" routerLinkActive="active" id="btn-cat21-whitelist-checker">
<!-- <li class="nav-item" routerLinkActive="active" id="btn-cat21-whitelist-checker">
<a class="nav-link" [routerLink]="['/cat21-whitelist-checker' | relativeUrl]" (click)="collapse()">
<img src="/resources/cat21-logo.svg" style="margin-top: -4px; margin-right: 6px" title="Mint a CAT-21 ordinal" height="30">CAT-21 WL Checker</a>
</li>
</li> -->

</ul>
<app-search-form class="search-form-container" location="top" (searchTriggered)="collapse()"></app-search-form>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const environment = {
websocketBaseUrl: 'wss://mempool.nixbitcoin.org',
enableInscriptionAccelerator: true,
enableCat21Mint: true,
unleashCat21: false,
unleashCat21: true,
ordBaseUrl: 'https://explorer.ordinalsbot.com',
ordBaseUrlTestnet: 'https://testnet-explorer.ordinalsbot.com',
cat21BaseUrl: 'https://backend.cat21.space'
Expand Down

0 comments on commit 259356f

Please sign in to comment.