@swapkit/toolbox-evm
Advanced tools
Comparing version 1.8.5 to 1.8.6
@@ -35,3 +35,3 @@ { | ||
"types": "./src/index.ts", | ||
"version": "1.8.5" | ||
"version": "1.8.6" | ||
} |
@@ -111,1 +111,9 @@ import type { AssetValue, FeeOption, WalletTxParams } from "@swapkit/helpers"; | ||
export type EVMTxParams = EIP1559TxParams | LegacyEVMTxParams; | ||
export type NonETHToolbox = | ||
| ReturnType<typeof ARBToolbox> | ||
| ReturnType<typeof AVAXToolbox> | ||
| ReturnType<typeof BSCToolbox> | ||
| ReturnType<typeof MATICToolbox> | ||
| ReturnType<typeof OPToolbox> | ||
| ReturnType<typeof BASEToolbox>; |
Sorry, the diff of this file is not supported yet
167379
2065