Skip to content

Commit

Permalink
Merge pull request #194 from dannydeezy/feature/turbo-deezy-main
Browse files Browse the repository at this point in the history
chore: use deezy as ordinals wallet
  • Loading branch information
topether21 authored May 4, 2023
2 parents 359d264 + a9ec124 commit 24eec8c
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://turbo.ordinalswallet.com/inscription";
export const ORDINALS_EXPLORER_URL = "https://ordinals-api.deezy.io";
export const ORDINALS_WALLET = "https://ordinalswallet.com/";
export const TURBO_API = "https://turbo.ordinalswallet.com";
export const TURBO_API = "https://turbo-ordinals.deezy.io";
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 24eec8c

Please sign in to comment.