Skip to content

Commit

Permalink
chore: koios v1 change asset_address_list to asset_addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
reqlez committed Jul 29, 2024
1 parent f440bf5 commit cd7158a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export async function translateAdaHandle(
policyId: string,
koiosUrl: string,
) {
const url = `${koiosUrl}/asset_address_list?_asset_policy=${policyId}&_asset_name=${handleInHex}`;
const url = `${koiosUrl}/asset_addresses?_asset_policy=${policyId}&_asset_name=${handleInHex}`;

const data = (await axios.get(url)).data;

Expand Down

0 comments on commit cd7158a

Please sign in to comment.