@rango-dev/provider-trezor 0.3.0 → 0.3.1-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ # [0.3.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.2.1...provider-trezor@0.3.0) (2024-08-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * add derivation path modal for trezor wallet ([364422f](https://github.com/rango-exchange/rango-client/commit/364422f099b202a27a529591c5e3628bbb35508d))
7
+
8
+
9
+
1
10
  ## [0.2.1](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.2.0...provider-trezor@0.2.1) (2024-07-14)
2
11
 
3
12
 
package/dist/helpers.d.ts CHANGED
@@ -8,4 +8,3 @@ export declare function getEthereumAccounts(): Promise<{
8
8
  }>;
9
9
  export declare const valueToHex: (value: string) => string;
10
10
  export declare const getTrezorNormalizedDerivationPath: (path: string) => string;
11
- //# sourceMappingURL=helpers.d.ts.map
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import type { Environments } from './types';
1
+ import type { Environments } from './types.js';
2
2
  import type { Connect, WalletInfo } from '@rango-dev/wallets-shared';
3
3
  import { WalletTypes } from '@rango-dev/wallets-shared';
4
4
  import { type BlockchainMeta, type SignerFactory } from 'rango-types';
5
- import { getTrezorInstance } from './helpers';
5
+ import { getTrezorInstance } from './helpers.js';
6
6
  export declare const config: {
7
7
  type: WalletTypes;
8
8
  };
@@ -12,4 +12,3 @@ export declare const getInstance: typeof getTrezorInstance;
12
12
  export declare const connect: Connect;
13
13
  export declare const getSigners: (provider: any) => SignerFactory;
14
14
  export declare const getWalletInfo: (allBlockChains: BlockchainMeta[]) => WalletInfo;
15
- //# sourceMappingURL=index.d.ts.map