@rash2x/bridge-widget 0.8.4 → 0.8.6

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
@@ -537,6 +537,10 @@ export declare type QuoteSendResponse = {
537
537
 
538
538
  export declare function reportBridgeTransaction(params: BridgeTransactionReportParams, config: BridgeReportConfig): Promise<BridgeTransactionReportResponse>;
539
539
 
540
+ export declare function resolveBridgeDestinationTokenOnChainFromMatrix(assetMatrix: Record<string, Record<string, Token>> | undefined, assetSymbol: string | undefined, chainKey: string | undefined): Token | undefined;
541
+
542
+ export declare function resolveBridgeSourceTokenOnChainFromMatrix(assetMatrix: Record<string, Record<string, Token>> | undefined, assetSymbol: string | undefined, chainKey: string | undefined): Token | undefined;
543
+
540
544
  export declare function resolveTokenOnChain(tokens: Token[], assetSymbol: string, chainKey: string): Token | undefined;
541
545
 
542
546
  export declare function resolveTokenOnChainFromMatrix(assetMatrix: Record<string, Record<string, Token>> | undefined, assetSymbol: string | undefined, chainKey: string | undefined): Token | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rash2x/bridge-widget",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
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",