Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions lib/util/onChainQuoteProviderConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ export const OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS: { [protocol in Protocol]: {
},
// TODO: once unichain has view-quoter, optimize muilcallChunk and gasLimitPerCall
[ChainId.UNICHAIN]: {
multicallChunk: 80,
gasLimitPerCall: 1_200_000,
multicallChunk: 400,
gasLimitPerCall: 240_000,
quoteMinSuccessRate: 0.1,
},
// TODO: once soneium has view-quoter, optimize muilcallChunk and gasLimitPerCall
Expand Down Expand Up @@ -242,8 +242,8 @@ export const OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS: { [protocol in Protocol]: {
},
// TODO: once unichain has view-quoter, optimize muilcallChunk and gasLimitPerCall
[ChainId.UNICHAIN]: {
multicallChunk: 80,
gasLimitPerCall: 1_200_000,
multicallChunk: 160,
gasLimitPerCall: 600_000,
quoteMinSuccessRate: 0.1,
},
// TODO: once soneium has view-quoter, optimize muilcallChunk and gasLimitPerCall
Expand Down Expand Up @@ -314,8 +314,8 @@ export const OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS: { [protocol in Protocol]: {
},
// TODO: once unichain-sepolia has view-quoter, optimize muilcallChunk and gasLimitPerCall
[ChainId.UNICHAIN_SEPOLIA]: {
multicallChunk: 80,
gasLimitPerCall: 1_200_000,
multicallChunk: 400,
gasLimitPerCall: 240_000,
quoteMinSuccessRate: 0.1,
},
// TODO: once monad-testnet has view-quoter, optimize muilcallChunk and gasLimitPerCall
Expand All @@ -331,8 +331,8 @@ export const OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS: { [protocol in Protocol]: {
},
// TODO: once unichain has view-quoter, optimize muilcallChunk and gasLimitPerCall
[ChainId.UNICHAIN]: {
multicallChunk: 80,
gasLimitPerCall: 1_200_000,
multicallChunk: 400,
gasLimitPerCall: 240_000,
quoteMinSuccessRate: 0.1,
},
// TODO: once soneium has view-quoter, optimize muilcallChunk and gasLimitPerCall
Expand Down Expand Up @@ -414,8 +414,8 @@ export const OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS: { [protocol in Protocol]: {
},
// TODO: once unichain has view-quoter, optimize muilcallChunk and gasLimitPerCall
[ChainId.UNICHAIN]: {
multicallChunk: 80,
gasLimitPerCall: 1_200_000,
multicallChunk: 400,
gasLimitPerCall: 240_000,
quoteMinSuccessRate: 0.1,
},
// TODO: once soneium has view-quoter, optimize muilcallChunk and gasLimitPerCall
Expand Down Expand Up @@ -508,8 +508,8 @@ export const NON_OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS: { [protocol in Protocol]
},
// TODO: once unichain has view-quoter, optimize muilcallChunk and gasLimitPerCall
[ChainId.UNICHAIN]: {
multicallChunk: 80,
gasLimitPerCall: 1_200_000,
multicallChunk: 400,
gasLimitPerCall: 240_000,
quoteMinSuccessRate: 0.1,
},
// TODO: once soneium has view-quoter, optimize muilcallChunk and gasLimitPerCall
Expand Down Expand Up @@ -596,8 +596,8 @@ export const NON_OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS: { [protocol in Protocol]
},
// TODO: once unichain has view-quoter, optimize muilcallChunk and gasLimitPerCall
[ChainId.UNICHAIN]: {
multicallChunk: 80,
gasLimitPerCall: 1_200_000,
multicallChunk: 400,
gasLimitPerCall: 240_000,
quoteMinSuccessRate: 0.1,
},
// TODO: once soneium has view-quoter, optimize muilcallChunk and gasLimitPerCall
Expand Down Expand Up @@ -685,8 +685,8 @@ export const NON_OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS: { [protocol in Protocol]
},
// TODO: once unichain has view-quoter, optimize muilcallChunk and gasLimitPerCall
[ChainId.UNICHAIN]: {
multicallChunk: 80,
gasLimitPerCall: 1_200_000,
multicallChunk: 400,
gasLimitPerCall: 240_000,
quoteMinSuccessRate: 0.1,
},
// TODO: once soneium has view-quoter, optimize muilcallChunk and gasLimitPerCall
Expand Down Expand Up @@ -757,8 +757,8 @@ export const NON_OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS: { [protocol in Protocol]
},
// TODO: once unichain has view-quoter, optimize muilcallChunk and gasLimitPerCall
[ChainId.UNICHAIN]: {
multicallChunk: 80,
gasLimitPerCall: 1_200_000,
multicallChunk: 400,
gasLimitPerCall: 240_000,
quoteMinSuccessRate: 0.1,
},
// TODO: once monad-testnet has view-quoter, optimize muilcallChunk and gasLimitPerCall
Expand Down
Loading