@rash2x/bridge-widget 0.6.11 → 0.6.12

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
@@ -238,6 +238,11 @@ declare interface EvmMonitorReceipt {
238
238
 
239
239
  export declare interface FeeBreakdown {
240
240
  usd: Map<string, number>;
241
+ human: Map<string, {
242
+ amount: number;
243
+ token?: string;
244
+ chainKey?: string;
245
+ }>;
241
246
  original: Array<Fees_2> | undefined;
242
247
  }
243
248
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rash2x/bridge-widget",
3
- "version": "0.6.11",
3
+ "version": "0.6.12",
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",