@0xsquid/squid-share
Advanced tools
Comparing version 0.1.97 to 0.1.98
@@ -145,20 +145,20 @@ import { DexName, DexType, SquidCallData } from "@0xsquid/squid-types"; | ||
defaultHubBatchingTimeInMinutes: number; | ||
chainDestinationBatchingTimeInMinutes: [{ | ||
chainDestinationBatchingTimeInMinutes: { | ||
chainId: string; | ||
timeInMinutes: number; | ||
}]; | ||
chainHubBatchingTimeInMinutes: [{ | ||
}[]; | ||
chainHubBatchingTimeInMinutes: { | ||
chainId: string; | ||
timeInMinutes: number; | ||
}]; | ||
}[]; | ||
defaultDestinationBatchingMinAmountInUSD: number; | ||
defaultHubBatchingMinAmountInUSD: number; | ||
chainDestinationBatchingMinAmountInUSD: [{ | ||
chainDestinationBatchingMinAmountInUSD: { | ||
chainId: string; | ||
amountInUSD: number; | ||
}]; | ||
chainHubBatchingMinAmountInUSD: [{ | ||
}[]; | ||
chainHubBatchingMinAmountInUSD: { | ||
chainId: string; | ||
amountInUSD: number; | ||
}]; | ||
}[]; | ||
} | ||
@@ -165,0 +165,0 @@ export interface SquidRFQEvent extends SquidMongoItem { |
{ | ||
"name": "@0xsquid/squid-share", | ||
"version": "0.1.97", | ||
"version": "0.1.98", | ||
"description": "JS and TS share relating to 0xsquid related projects.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |