Skip to content

Commit

Permalink
re-added relayer baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Sep 6, 2023
1 parent e7593ef commit bcb209a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class RelayerAPIService {
private readonly baseUrl: string;

async getTransactionsFromAPI(params: APIRequestParams): Promise<APIResponse> {
const requestURL = `/events`;
const requestURL = `${this.baseUrl}/events`;

try {
log('Fetching events from API with params', params);
Expand Down

1 comment on commit bcb209a

@vercel
Copy link

@vercel vercel bot commented on bcb209a Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bridge-ui-v2-internal – ./packages/bridge-ui-v2

bridge-ui-v2-internal-taikoxyz.vercel.app
bridge-ui-v2-internal.vercel.app
bridge-ui-v2-internal-git-feat-bridge-ui-v2-mul-e000cd-taikoxyz.vercel.app

Please sign in to comment.