@rango-dev/provider-walletconnect-2 0.30.0 → 0.30.1-next.1

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,7 @@
1
+ # [0.30.0](https://github.com/rango-exchange/rango-client/compare/provider-walletconnect-2@0.29.0...provider-walletconnect-2@0.30.0) (2024-09-10)
2
+
3
+
4
+
1
5
  # [0.29.0](https://github.com/rango-exchange/rango-client/compare/provider-walletconnect-2@0.28.1...provider-walletconnect-2@0.29.0) (2024-08-11)
2
6
 
3
7
 
package/dist/index.d.ts CHANGED
@@ -17,5 +17,5 @@ export declare const switchNetwork: SwitchNetwork;
17
17
  */
18
18
  export declare const canSwitchNetworkTo: CanSwitchNetwork;
19
19
  export declare const disconnect: Disconnect;
20
- export declare const getSigners: (provider: WCInstance) => SignerFactory;
20
+ export declare const getSigners: (provider: WCInstance) => Promise<SignerFactory>;
21
21
  export declare const getWalletInfo: (allBlockChains: BlockchainMeta[]) => WalletInfo;