@rash2x/bridge-widget 0.8.1 → 0.8.2

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
@@ -442,6 +442,8 @@ export declare function lookupTokenMeta(tokens: Token[] | undefined, chains: Cha
442
442
  priceUsd?: number;
443
443
  };
444
444
 
445
+ export declare function makeTokenBalanceKey(tokenAddress: string): string;
446
+
445
447
  export declare interface Message {
446
448
  payload: string;
447
449
  amount: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rash2x/bridge-widget",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
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",