@rash2x/bridge-widget 0.6.95 → 0.6.97

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/dist/index.d.ts CHANGED
@@ -188,7 +188,7 @@ declare class ChainStrategyRegistry {
188
188
  getAddressForChain(chainKey?: string): string | undefined;
189
189
  isWalletConnected(chainKey?: string): boolean;
190
190
  getBalances(chainKey: string, address: string, tokens: Token[]): Promise<WalletBalances>;
191
- isAddressValid(chainKey: string, address?: string): boolean;
191
+ isAddressValid(chainKey: string, address?: string, chainType?: string): boolean;
192
192
  getConnectLabel(chainKey: string, t: (key: string) => string): string;
193
193
  connectWallet(chainKey: string, options?: ChainStrategyConnectOptions): Promise<void>;
194
194
  disconnectWallet(chainKey: string, options?: ChainStrategyConnectOptions): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rash2x/bridge-widget",
3
- "version": "0.6.95",
3
+ "version": "0.6.97",
4
4
  "description": "Cross-chain bridge widget powered by Stargate Protocol with multi-chain wallet support",
5
5
  "type": "module",
6
6
  "main": "./dist/evaa-bridge.cjs",