From 17d622d221bc6127d3c725d8852cdf5cc8db8dfa Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:27:18 -0800 Subject: [PATCH] feat: migrate 100% of base traffic to new tenderly sim endpoint --- lib/util/tenderlyNewEndpointRolloutPercent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/tenderlyNewEndpointRolloutPercent.ts b/lib/util/tenderlyNewEndpointRolloutPercent.ts index c0329e775e..fbf8bddd0f 100644 --- a/lib/util/tenderlyNewEndpointRolloutPercent.ts +++ b/lib/util/tenderlyNewEndpointRolloutPercent.ts @@ -19,7 +19,7 @@ export const TENDERLY_NEW_ENDPOINT_ROLLOUT_PERCENT: { [chain in ChainId]: number [ChainId.BNB]: 0, [ChainId.AVALANCHE]: 0, [ChainId.BASE_GOERLI]: 0, - [ChainId.BASE]: 50, + [ChainId.BASE]: 100, [ChainId.ZORA]: 0, [ChainId.ZORA_SEPOLIA]: 0, [ChainId.ROOTSTOCK]: 0,