Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-crypto committed Apr 2, 2024
1 parent d4368b4 commit 7a00d84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const environment = {
// websocketBaseUrl: 'wss://mempool.space',
apiBaseUrl: 'https://mempool.nixbitcoin.org',
websocketBaseUrl: 'wss://mempool.nixbitcoin.org',
enableInscriptionAccelerator: true
enableInscriptionAccelerator: true,
enableCat21Mint: false,
ordBaseUrl: 'https://explorer.ordinalsbot.com',
ordBaseUrlTestnet: 'https://testnet-explorer.ordinalsbot.com',
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +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,
enableCat21Mint: false,
ordBaseUrl: 'https://explorer.ordinalsbot.com',
Expand Down

0 comments on commit 7a00d84

Please sign in to comment.