Skip to content

Commit

Permalink
Add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Sep 4, 2024
1 parent 1907a34 commit 0494f09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/addresses/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import { createUnsecuredToken } from 'jsontokens';
import { getProviderOrThrow } from '../provider';
import type { GetAddressOptions } from './types';

/**
* @deprecated Use `request()` instead
*/
export const getAddress = async (options: GetAddressOptions) => {
const provider = await getProviderOrThrow(options.getProvider);

Expand Down

0 comments on commit 0494f09

Please sign in to comment.