Skip to content

Commit

Permalink
Merge pull request #196 from dannydeezy/fix/lint
Browse files Browse the repository at this point in the history
chore: fix lint
  • Loading branch information
andredevjs authored May 4, 2023
2 parents 6d7aa02 + ae22ff3 commit f89ca22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ 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-deezy.herokuapp.com/pipe/https://turbo.ordinalswallet.com/inscription";
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-deezy.herokuapp.com/pipe/https://turbo.ordinalswallet.com";
export const BITCOIN_PRICE_API_URL = "https://blockchain.info/ticker?cors=true";
Expand Down

0 comments on commit f89ca22

Please sign in to comment.