Skip to content

Commit c7bcae8

Browse files
committed
Add snap_getCurrencyRate to SnapMethods
1 parent a916c19 commit c7bcae8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/snaps-sdk/src/types/methods/methods.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ import type {
2020
GetClientStatusParams,
2121
GetClientStatusResult,
2222
} from './get-client-status';
23+
import type {
24+
GetCurrencyRateParams,
25+
GetCurrencyRateResult,
26+
} from './get-currency-rate';
2327
import type { GetEntropyParams, GetEntropyResult } from './get-entropy';
2428
import type { GetFileParams, GetFileResult } from './get-file';
2529
import type {
@@ -65,6 +69,7 @@ export type SnapMethods = {
6569
snap_getBip44Entropy: [GetBip44EntropyParams, GetBip44EntropyResult];
6670
snap_getClientStatus: [GetClientStatusParams, GetClientStatusResult];
6771
snap_getEntropy: [GetEntropyParams, GetEntropyResult];
72+
snap_getCurrencyRate: [GetCurrencyRateParams, GetCurrencyRateResult];
6873
snap_getFile: [GetFileParams, GetFileResult];
6974
snap_getLocale: [GetLocaleParams, GetLocaleResult];
7075
snap_getPreferences: [GetPreferencesParams, GetPreferencesResult];

0 commit comments

Comments
 (0)