Skip to content

Commit

Permalink
let's see if it somehow works
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-crypto committed Feb 22, 2024
1 parent 20f0c36 commit da15ce4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
13 changes: 10 additions & 3 deletions frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@ export const environment = {
production: true,
nativeAssetId: '6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d',
nativeTestAssetId: '144c654344aa716d6f3abcc1ca90e5641e4e2a7f633bc09fe3baf64585819a49',
// looks like they blocked us 😞

// blocked on main domain!
// apiBaseUrl: 'https://mempool.space',
// websocketBaseUrl: 'wss://mempool.space',
apiBaseUrl: 'https://mempool.nixbitcoin.org',
websocketBaseUrl: 'wss://mempool.nixbitcoin.org',

// tmp. fallback
// apiBaseUrl: 'https://mempool.nixbitcoin.org',
// websocketBaseUrl: 'wss://mempool.nixbitcoin.org',

apiBaseUrl: 'https://api.ordinalsbot.com/mempool',
websocketBaseUrl: 'wss://api.ordinalsbot.com/mempool',

enableInscriptionAccelerator: true
};
10 changes: 8 additions & 2 deletions frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ export const environment = {
production: false,
nativeAssetId: '6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d',
nativeTestAssetId: '144c654344aa716d6f3abcc1ca90e5641e4e2a7f633bc09fe3baf64585819a49',
apiBaseUrl: 'https://mempool.space',
websocketBaseUrl: 'wss://mempool.space',

// blocked on main domain!
// apiBaseUrl: 'https://mempool.space',
// websocketBaseUrl: 'wss://mempool.space',

apiBaseUrl: 'https://testnet-api.ordinalsbot.com/mempool',
websocketBaseUrl: 'wss://testnet-api.ordinalsbot.com/mempool',

enableInscriptionAccelerator: true
};

Expand Down

0 comments on commit da15ce4

Please sign in to comment.