@avalabs/bridge-unified 3.1.1 → 4.0.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/dist/index.d.cts CHANGED
@@ -363,7 +363,7 @@ type BridgeAsset = Asset & {
363
363
  destinations: DestinationInfo;
364
364
  };
365
365
  type ChainAssetMap = Record<string, BridgeAsset[]>;
366
- type AssetFeeMap = Partial<Record<Address | 'NATIVE', bigint>>;
366
+ type AssetFeeMap = Record<string, Partial<Record<Address | 'NATIVE', bigint>>>;
367
367
 
368
368
  type BridgeServicesMap = Map<BridgeType, BridgeService>;
369
369
  type BridgeServiceConfig = {
package/dist/index.d.ts CHANGED
@@ -363,7 +363,7 @@ type BridgeAsset = Asset & {
363
363
  destinations: DestinationInfo;
364
364
  };
365
365
  type ChainAssetMap = Record<string, BridgeAsset[]>;
366
- type AssetFeeMap = Partial<Record<Address | 'NATIVE', bigint>>;
366
+ type AssetFeeMap = Record<string, Partial<Record<Address | 'NATIVE', bigint>>>;
367
367
 
368
368
  type BridgeServicesMap = Map<BridgeType, BridgeService>;
369
369
  type BridgeServiceConfig = {