Skip to content

Commit

Permalink
feat: use xord for inscription content, hiro ids wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
victorkirov committed Jul 24, 2023
1 parent e76e2a2 commit ff014aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ export const supportedCoins = [
name: 'SLIME',
},
];
export const ORDINALS_URL = (inscriptionId: string) =>
`https://api.hiro.so/ordinals/v1/inscriptions/${inscriptionId}/content`;
export const ORDINALS_URL = (inscriptionId: string) => `https://ord.xverse.app/content/${inscriptionId}`;

export const ORDINALS_FT_INDEXER_API_URL = 'https://unisat.io/brc20-api-v2/address';

Expand Down

0 comments on commit ff014aa

Please sign in to comment.