Skip to content

Commit

Permalink
Merge pull request #195 from habibitcoin/fix/proxy
Browse files Browse the repository at this point in the history
Switch to proxy
  • Loading branch information
habibitcoin authored May 4, 2023
2 parents 24eec8c + 4b331b4 commit 6d7aa02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export const TESTNET = false;
export const ASSUMED_TX_BYTES = 111;
export const RELAYS = ["ws://localhost:7001/", "ws://localhost:7002/", "ws://localhost:7003/"];
export const NOSTR_INSCRIPTION_KIND = 1002;
export const ORDINALS_EXPLORER_URL = "https://ordinals-api.deezy.io";
export const ORDINALS_EXPLORER_URL = "https://turbo-deezy.herokuapp.com/pipe/https://turbo.ordinalswallet.com/inscription";
export const ORDINALS_WALLET = "https://ordinalswallet.com/";
export const TURBO_API = "https://turbo-ordinals.deezy.io";
export const TURBO_API = "https://turbo-deezy.herokuapp.com/pipe/https://turbo.ordinalswallet.com";
export const BITCOIN_PRICE_API_URL = "https://blockchain.info/ticker?cors=true";
export const BLOCKSTREAM_API = "https://blockstream.info/api";
export const DEFAULT_DERIV_PATH = "m/86'/0'/0'/0/0";
Expand Down

0 comments on commit 6d7aa02

Please sign in to comment.