Skip to content

Commit

Permalink
[Issue-81] Update endpoint ordhook openbit
Browse files Browse the repository at this point in the history
  • Loading branch information
bluezdot committed May 21, 2024
1 parent 74218ee commit 10f3bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension-base/src/services/hiro-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BaseApiRequestStrategy } from '@subwallet/extension-base/strategy/api-r
import { BaseApiRequestContext } from '@subwallet/extension-base/strategy/api-request-strategy/contexts/base';
import { getRequest } from '@subwallet/extension-base/strategy/api-request-strategy/utils';

const HIRO_ENDPOINT = 'https://api.hiro.so/ordinals/v1';
const HIRO_ENDPOINT = 'https://ordinals-api.openbit.app';

export class HiroService extends BaseApiRequestStrategy {
private constructor () {
Expand Down

0 comments on commit 10f3bf1

Please sign in to comment.