@avalabs/bridge-unified
Advanced tools
Comparing version 0.0.0-CP-8544-BTC-bridge-2-20241028154644 to 0.0.0-CP-8544-BTC-bridge-2-20241028154947
import { Address } from 'viem'; | ||
import { z } from 'zod'; | ||
import { Except } from 'type-fest'; | ||
@@ -289,3 +288,3 @@ type Chain = { | ||
}; | ||
type GasEstimationParams = Except<TransferParams, 'onStepChange' | 'toAddress'>; | ||
type GasEstimationParams = Omit<TransferParams, 'onStepChange' | 'toAddress'>; | ||
type TrackingParams = { | ||
@@ -292,0 +291,0 @@ bridgeTransfer: BridgeTransfer; |
{ | ||
"name": "@avalabs/bridge-unified", | ||
"license": "Limited Ecosystem License", | ||
"version": "0.0.0-CP-8544-BTC-bridge-2-20241028154644", | ||
"version": "0.0.0-CP-8544-BTC-bridge-2-20241028154947", | ||
"main": "dist/index.cjs", | ||
@@ -6,0 +6,0 @@ "module": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1106466
1265