We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bcae8 commit ca5ee46Copy full SHA for ca5ee46
packages/snaps-sdk/src/types/methods/methods.ts
@@ -68,8 +68,8 @@ export type SnapMethods = {
68
snap_getBip32PublicKey: [GetBip32PublicKeyParams, GetBip32PublicKeyResult];
69
snap_getBip44Entropy: [GetBip44EntropyParams, GetBip44EntropyResult];
70
snap_getClientStatus: [GetClientStatusParams, GetClientStatusResult];
71
- snap_getEntropy: [GetEntropyParams, GetEntropyResult];
72
snap_getCurrencyRate: [GetCurrencyRateParams, GetCurrencyRateResult];
+ snap_getEntropy: [GetEntropyParams, GetEntropyResult];
73
snap_getFile: [GetFileParams, GetFileResult];
74
snap_getLocale: [GetLocaleParams, GetLocaleResult];
75
snap_getPreferences: [GetPreferencesParams, GetPreferencesResult];
0 commit comments